[Scummvm-cvs-logs] SF.net SVN: scummvm: [29995] scummvm/trunk/engines/drascula/drascula.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Dec 26 01:07:19 CET 2007


Revision: 29995
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29995&view=rev
Author:   fingolfin
Date:     2007-12-25 16:07:19 -0800 (Tue, 25 Dec 2007)

Log Message:
-----------
remove & rename are not portable

Modified Paths:
--------------
    scummvm/trunk/engines/drascula/drascula.cpp

Modified: scummvm/trunk/engines/drascula/drascula.cpp
===================================================================
--- scummvm/trunk/engines/drascula/drascula.cpp	2007-12-25 23:33:08 UTC (rev 29994)
+++ scummvm/trunk/engines/drascula/drascula.cpp	2007-12-26 00:07:19 UTC (rev 29995)
@@ -3613,8 +3613,8 @@
 
 	ald2.close();
 	ald3.close();
-	remove(fich);
-	rename(fich2, fich);
+	//remove(fich);	// FIXME: Not portable
+	//rename(fich2, fich);	// FIXME: Not portable
 }
 
 void DrasculaEngine::puertas_cerradas(int l) {


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