[Scummvm-cvs-logs] SF.net SVN: scummvm:[39547] scummvm/trunk/engines/sci/sci_memory.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Thu Mar 19 23:51:42 CET 2009
Revision: 39547
http://scummvm.svn.sourceforge.net/scummvm/?rev=39547&view=rev
Author: lordhoto
Date: 2009-03-19 22:51:42 +0000 (Thu, 19 Mar 2009)
Log Message:
-----------
Fix warning.
Modified Paths:
--------------
scummvm/trunk/engines/sci/sci_memory.cpp
Modified: scummvm/trunk/engines/sci/sci_memory.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci_memory.cpp 2009-03-19 22:49:54 UTC (rev 39546)
+++ scummvm/trunk/engines/sci/sci_memory.cpp 2009-03-19 22:51:42 UTC (rev 39547)
@@ -52,7 +52,7 @@
\
if (res == NULL) {\
/* exit immediately */\
- error("Memory allocation of %u bytes failed [%s (%s) : %u]", (uint32)size, filename, funcname, linenum);\
+ error("Memory allocation of %u bytes failed [%s (%s) : %u]", (uint)(size), filename, funcname, linenum);\
}\
} while (0);
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