[Scummvm-cvs-logs] scummvm master -> 10b0294c9405356a0bd426285d260a108e66c3d2

lordhoto lordhoto at gmail.com
Tue Apr 19 17:06:15 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
10b0294c94 TSAGE: Suppress empty format string warning of g++.


Commit: 10b0294c9405356a0bd426285d260a108e66c3d2
    https://github.com/scummvm/scummvm/commit/10b0294c9405356a0bd426285d260a108e66c3d2
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2011-04-19T08:04:05-07:00

Commit Message:
TSAGE: Suppress empty format string warning of g++.

Changed paths:
    engines/tsage/saveload.cpp



diff --git a/engines/tsage/saveload.cpp b/engines/tsage/saveload.cpp
index d9ae5a1..8b07767 100644
--- a/engines/tsage/saveload.cpp
+++ b/engines/tsage/saveload.cpp
@@ -362,7 +362,7 @@ void Saver::listObjects() {
 
 	for (i = _objList.begin(); i != _objList.end(); ++i, ++count)
 		debug("%d - %s", count, (*i)->getClassName().c_str());
-	debug("");
+	debugN("\n");
 }
 
 /**






More information about the Scummvm-git-logs mailing list