[Scummvm-cvs-logs] SF.net SVN: scummvm: [28518] scummvm/trunk/engines/agi/sound.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Aug 11 10:16:19 CEST 2007


Revision: 28518
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28518&view=rev
Author:   fingolfin
Date:     2007-08-11 01:16:18 -0700 (Sat, 11 Aug 2007)

Log Message:
-----------
Fix warning() format string

Modified Paths:
--------------
    scummvm/trunk/engines/agi/sound.cpp

Modified: scummvm/trunk/engines/agi/sound.cpp
===================================================================
--- scummvm/trunk/engines/agi/sound.cpp	2007-08-11 08:05:03 UTC (rev 28517)
+++ scummvm/trunk/engines/agi/sound.cpp	2007-08-11 08:16:18 UTC (rev 28518)
@@ -889,7 +889,7 @@
 		Common::md5_file_string(*uint8Wave, md5str, SIERRASTANDARD_SIZE);
 		if (scumm_stricmp(md5str, exeInfo.instSet.waveFileMd5)) {
 			warning("Unknown Apple IIGS wave file (md5: %s, game: %s).\n" \
-				"Please report the information on the previous line to the ScummVM team.\n",
+				"Please report the information on the previous line to the ScummVM team.\n" \
 				"Using the wave file as it is - music may sound weird", md5str, exeInfo.exePrefix);
 		}
 


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