This commit is contained in:
David Rose 2004-11-17 23:37:38 +00:00
parent 7d318ef1f6
commit 0b34d0deb6

View File

@ -787,6 +787,7 @@ vfs_close_callback(U32 file_handle) {
return; return;
} }
istream *istr = (istream *)file_handle; istream *istr = (istream *)file_handle;
VirtualFileSystem *vfs = VirtualFileSystem::get_global_ptr();
vfs->close_read_file(istr); vfs->close_read_file(istr);
} }