oops, silly typo

This commit is contained in:
David Rose 2006-02-27 22:41:15 +00:00
parent 97729823b1
commit 2dfc813470
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ load(const Filename& filename, size_t &size) const {
}
PT(VirtualFile) audioFileHandle = vfs->get_file(binary_filename);
audioFile = audioFile->open_read_file(true);
audioFile = audioFileHandle->open_read_file(true);
if (audioFile == (istream *)NULL) {
// Unable to open.