(svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai.
authorrubidium
Tue, 06 May 2008 22:41:28 +0000
changeset 9118 e20b160ad3b2
parent 9117 87f472043e9e
child 9119 b3c7c5973771
(svn r12978) -Codechange: "\\0" is not needed for the MorphOS revision string. Patch by tokai.
src/rev.cpp.in
--- a/src/rev.cpp.in	Tue May 06 22:17:12 2008 +0000
+++ b/src/rev.cpp.in	Tue May 06 22:41:28 2008 +0000
@@ -41,5 +41,5 @@
 /**
  * Variable used by MorphOS to show the version.
  */
-extern const char morphos_versions_tag[] = "\\0$VER: OpenTTD @@VERSION@@ (@@DATE@@)  OpenTTD Team [MorphOS, PowerPC]";
+extern const char morphos_versions_tag[] = "$VER: OpenTTD @@VERSION@@ (@@DATE@@) OpenTTD Team [MorphOS, PowerPC]";
 #endif