[Scummvm-cvs-logs] SF.net SVN: scummvm:[45547] scummvm/trunk

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri Oct 30 21:30:29 CET 2009


Revision: 45547
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45547&view=rev
Author:   lordhoto
Date:     2009-10-30 20:30:28 +0000 (Fri, 30 Oct 2009)

Log Message:
-----------
Fix bug in "add_paragraph" in tools/credits.pl, now the "&" should be fine in credits.h again.

Modified Paths:
--------------
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2009-10-30 20:25:40 UTC (rev 45546)
+++ scummvm/trunk/gui/credits.h	2009-10-30 20:30:28 UTC (rev 45547)
@@ -520,7 +520,7 @@
 "C0""",
 "C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
 "C0""",
-"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
+"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
 "C0""",
 "",
 };

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2009-10-30 20:25:40 UTC (rev 45546)
+++ scummvm/trunk/tools/credits.pl	2009-10-30 20:30:28 UTC (rev 45547)
@@ -442,6 +442,7 @@
 		print "\\\n";
 		print $text . "\\\n";
 	} elsif ($mode eq "CPP") {
+		$text = html_entities_to_ascii($text);
 		my $line_start = '"C0""';
 		my $line_end = '",';
 		print $line_start . $text . $line_end . "\n";


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