[Scummvm-cvs-logs] SF.net SVN: scummvm:[41688] tools/trunk/compress_gob.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Fri Jun 19 23:09:59 CEST 2009
Revision: 41688
http://scummvm.svn.sourceforge.net/scummvm/?rev=41688&view=rev
Author: strangerke
Date: 2009-06-19 21:09:59 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
Remove a remaining debug printf
Modified Paths:
--------------
tools/trunk/compress_gob.cpp
Modified: tools/trunk/compress_gob.cpp
===================================================================
--- tools/trunk/compress_gob.cpp 2009-06-19 21:08:07 UTC (rev 41687)
+++ tools/trunk/compress_gob.cpp 2009-06-19 21:09:59 UTC (rev 41688)
@@ -58,7 +58,6 @@
execMode = MODE_HELP;
else
for (uint8 i = 1; i < argc; ++i) {
- printf("%d %s\n", i, argv[i]);
if ((!strcmp(argv[i], "-h")) || (!strcmp(argv[i], "--help")))
execMode |= MODE_HELP;
else if (!strcmp(argv[i], "-f"))
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