[Scummvm-cvs-logs] SF.net SVN: scummvm:[52799] scummvm/trunk/engines/saga/font.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sun Sep 19 10:18:25 CEST 2010


Revision: 52799
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52799&view=rev
Author:   thebluegr
Date:     2010-09-19 08:18:25 +0000 (Sun, 19 Sep 2010)

Log Message:
-----------
SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry"

Modified Paths:
--------------
    scummvm/trunk/engines/saga/font.cpp

Modified: scummvm/trunk/engines/saga/font.cpp
===================================================================
--- scummvm/trunk/engines/saga/font.cpp	2010-09-18 14:31:21 UTC (rev 52798)
+++ scummvm/trunk/engines/saga/font.cpp	2010-09-19 08:18:25 UTC (rev 52799)
@@ -610,7 +610,7 @@
 			}
 			w_total = 0;
 			len_total = 0;
-			if (wc == 0) {
+			if (wc == 0 && measurePointer) {
 				searchPointer = measurePointer + 1;
 			}
 			wc = 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