[Scummvm-cvs-logs] SF.net SVN: scummvm:[47020] tools/trunk/engines/scumm/descumm.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Jan 5 10:13:21 CET 2010


Revision: 47020
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47020&view=rev
Author:   fingolfin
Date:     2010-01-05 09:13:21 +0000 (Tue, 05 Jan 2010)

Log Message:
-----------
Restore yet another descumm change

Modified Paths:
--------------
    tools/trunk/engines/scumm/descumm.cpp

Modified: tools/trunk/engines/scumm/descumm.cpp
===================================================================
--- tools/trunk/engines/scumm/descumm.cpp	2010-01-05 08:24:27 UTC (rev 47019)
+++ tools/trunk/engines/scumm/descumm.cpp	2010-01-05 09:13:21 UTC (rev 47020)
@@ -933,6 +933,9 @@
 				next_line_V12(buf2);
 			else
 				next_line_V345(buf2);
+			if (buf2[(strlen(buf2) - 1)] == ';') {
+				buf2[(strlen(buf2) - 1)] = 0;
+			}
 			strecpy(strchr(buf2, 0), ">");
 			pushExprStack(buf);
 			break;


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