[Scummvm-cvs-logs] SF.net SVN: scummvm:[45548] scummvm/branches/branch-1-0-0/tools/credits.pl

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


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

Log Message:
-----------
Backport of r45545 and r45547: Fix credits.pl.

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/tools/credits.pl

Modified: scummvm/branches/branch-1-0-0/tools/credits.pl
===================================================================
--- scummvm/branches/branch-1-0-0/tools/credits.pl	2009-10-30 20:30:28 UTC (rev 45547)
+++ scummvm/branches/branch-1-0-0/tools/credits.pl	2009-10-30 20:33:47 UTC (rev 45548)
@@ -437,6 +437,7 @@
 		print "\\\n";
 		print $text . "\\\n";
 	} elsif ($mode eq "CPP") {
+		$test = html_entities_to_ascii($text);
 		my $line_start = '"C0""';
 		my $line_end = '",';
 		print $line_start . $text . $line_end . "\n";
@@ -952,7 +953,7 @@
 
   add_paragraph(
   "John Young, Colin Smythe and especially Terry Pratchett himself for ".
-  "sharing the source code of Discworld I & II with us.");
+  "sharing the source code of Discworld I & II with us.");
 
   end_section();
 


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