[Scummvm-cvs-logs] SF.net SVN: scummvm:[54055] scummvm/trunk/engines/sword25/util/lua/lapi.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu Nov 4 01:13:24 CET 2010
Revision: 54055
http://scummvm.svn.sourceforge.net/scummvm/?rev=54055&view=rev
Author: fingolfin
Date: 2010-11-04 00:13:23 +0000 (Thu, 04 Nov 2010)
Log Message:
-----------
Trying to fix weird keyword expansion quirk
Modified Paths:
--------------
scummvm/trunk/engines/sword25/util/lua/lapi.cpp
Modified: scummvm/trunk/engines/sword25/util/lua/lapi.cpp
===================================================================
--- scummvm/trunk/engines/sword25/util/lua/lapi.cpp 2010-11-03 23:56:34 UTC (rev 54054)
+++ scummvm/trunk/engines/sword25/util/lua/lapi.cpp 2010-11-04 00:13:23 UTC (rev 54055)
@@ -34,7 +34,7 @@
const char lua_ident[] =
"$Lua: " LUA_RELEASE " " LUA_COPYRIGHT " $\n"
"$Authors: " LUA_AUTHORS " $\n"
- "$URL: www.lua.org $\n";
+ "$URL$\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