diff options
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r-- | cd-tool.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp index 16e24f0..8161e39 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: cd-tool.cpp,v 1.43 2005-04-03 19:39:06 pixel Exp $ */ +/* $Id: cd-tool.cpp,v 1.44 2005-10-13 16:00:37 pixel Exp $ */ #define WIP @@ -156,8 +156,8 @@ bool interactive = false; cdutils * cdutil = 0; isobuilder * build = 0; -static int myprint(lua_State * _L) { - Lua * L = Lua::find(_L); +static int myprint(lua_State * __L) { + Lua * L = Lua::find(__L); String t = "From LUA: " + L->tostring() + "\n"; char * tc = t.strdup(); |