[Scummvm-cvs-logs] SF.net SVN: scummvm: [25698] scummvm/trunk/gui/massadd.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Feb 18 19:35:12 CET 2007


Revision: 25698
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25698&view=rev
Author:   fingolfin
Date:     2007-02-18 10:35:11 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
Fixed warning

Modified Paths:
--------------
    scummvm/trunk/gui/massadd.cpp

Modified: scummvm/trunk/gui/massadd.cpp
===================================================================
--- scummvm/trunk/gui/massadd.cpp	2007-02-18 18:23:52 UTC (rev 25697)
+++ scummvm/trunk/gui/massadd.cpp	2007-02-18 18:35:11 UTC (rev 25698)
@@ -176,7 +176,7 @@
 		// Enable the OK button
 		_okButton->setEnabled(true);
 
-		snprintf(buf, sizeof(buf), "Scan complete!", _dirsScanned);
+		snprintf(buf, sizeof(buf), "Scan complete!");
 		_dirProgressText->setLabel(buf);
 	
 		snprintf(buf, sizeof(buf), "Discovered %d games.", _games.size());


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