mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-12 19:58:29 +00:00
Remove _name.clear(); from Close since same File instance is re-opened by Symbian using that filename.
svn-id: r23152
This commit is contained in:
parent
f1831b8b5d
commit
7675b3546d
@ -344,7 +344,6 @@ void File::close() {
|
||||
if (_handle)
|
||||
fclose(_handle);
|
||||
_handle = NULL;
|
||||
_name.clear();
|
||||
}
|
||||
|
||||
bool File::isOpen() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user