summaryrefslogtreecommitdiff
path: root/luapatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'luapatch.cpp')
-rw-r--r--luapatch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/luapatch.cpp b/luapatch.cpp
index 8208a20..84a8d52 100644
--- a/luapatch.cpp
+++ b/luapatch.cpp
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: luapatch.cpp,v 1.12 2004-12-23 02:32:54 pixel Exp $ */
+/* $Id: luapatch.cpp,v 1.13 2005-10-13 16:00:37 pixel Exp $ */
#define PARASITE_EVE_INI \
"[patch]\n" \
@@ -133,8 +133,8 @@ String source, dest, patch;
int langid;
CODE_BEGINS
-static int myprint(lua_State * _L) {
- Lua * L = Lua::find(_L);
+static int myprint(lua_State * __L) {
+ Lua * L = Lua::find(__L);
String t = L->tostring();
char * tc = t.strdup();