[Scummvm-cvs-logs] SF.net SVN: scummvm: [29368] scummvm/trunk/engines/queen/journal.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Nov 1 21:11:55 CET 2007


Revision: 29368
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29368&view=rev
Author:   thebluegr
Date:     2007-11-01 13:11:54 -0700 (Thu, 01 Nov 2007)

Log Message:
-----------
Fixed compilation

Modified Paths:
--------------
    scummvm/trunk/engines/queen/journal.cpp

Modified: scummvm/trunk/engines/queen/journal.cpp
===================================================================
--- scummvm/trunk/engines/queen/journal.cpp	2007-11-01 18:42:22 UTC (rev 29367)
+++ scummvm/trunk/engines/queen/journal.cpp	2007-11-01 20:11:54 UTC (rev 29368)
@@ -394,7 +394,7 @@
 		text = p + 1;
 	}
 	// draw the substrings
-	char *p = strchr(text, ' ');
+	char *p = (char *)strchr(text, ' ');
 	if (!p) {
 		int x = (128 - _vm->display()->textWidth(text)) / 2;
 		_vm->display()->setText(x, y, text, false);


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