[Scummvm-cvs-logs] SF.net SVN: scummvm:[41459] scummvm/trunk/engines/parallaction/iff.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri Jun 12 08:20:12 CEST 2009


Revision: 41459
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41459&view=rev
Author:   peres001
Date:     2009-06-12 06:20:11 +0000 (Fri, 12 Jun 2009)

Log Message:
-----------
Removed a leftover printf().

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/iff.cpp

Modified: scummvm/trunk/engines/parallaction/iff.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/iff.cpp	2009-06-12 05:03:18 UTC (rev 41458)
+++ scummvm/trunk/engines/parallaction/iff.cpp	2009-06-12 06:20:11 UTC (rev 41459)
@@ -73,7 +73,6 @@
 
 		// eats up all the remaining data in the chunk
 		while (!stream.eos()) {
-			printf("attemping to eat data in chunk\n");
 			stream.readByte();
 		}
 


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