[Scummvm-cvs-logs] SF.net SVN: scummvm:[44382] scummvm/trunk/engines/sci/engine/kfile.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Sun Sep 27 00:50:43 CEST 2009


Revision: 44382
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44382&view=rev
Author:   wjpalenstijn
Date:     2009-09-26 22:50:35 +0000 (Sat, 26 Sep 2009)

Log Message:
-----------
SCI: Fix copy/paste error

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kfile.cpp

Modified: scummvm/trunk/engines/sci/engine/kfile.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kfile.cpp	2009-09-26 21:17:47 UTC (rev 44381)
+++ scummvm/trunk/engines/sci/engine/kfile.cpp	2009-09-26 22:50:35 UTC (rev 44382)
@@ -241,7 +241,7 @@
 		return;
 
 	if (!f->_out) {
-		error("fgets_wrapper: Trying to write to file '%s' opened for reading", f->_name.c_str());
+		error("fwrite_wrapper: Trying to write to file '%s' opened for reading", f->_name.c_str());
 		return;
 	}
 


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