[Scummvm-cvs-logs] SF.net SVN: scummvm: [23151] scummvm/branches/branch-0-9-0/common/file.cpp

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Sat Jun 17 00:19:50 CEST 2006


Revision: 23151
Author:   anotherguest
Date:     2006-06-16 15:19:45 -0700 (Fri, 16 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23151&view=rev

Log Message:
-----------
Remove _name.clear(); from Close since same File instance is re-opened by Symbian using that filename.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/common/file.cpp
Modified: scummvm/branches/branch-0-9-0/common/file.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/common/file.cpp	2006-06-16 19:35:32 UTC (rev 23150)
+++ scummvm/branches/branch-0-9-0/common/file.cpp	2006-06-16 22:19:45 UTC (rev 23151)
@@ -344,7 +344,6 @@
 	if (_handle)
 		fclose(_handle);
 	_handle = NULL;
-	_name.clear();
 }
 
 bool File::isOpen() const {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list