This commit is contained in:
Glenn Maynard
2005-05-29 02:21:24 +00:00
parent e0a604fd43
commit f5dc5d75f3
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -415,7 +415,7 @@ static bool Trace( const CString &sString )
return true;
}
LuaFunction_Str( Trace, Trace(str) );
LuaFunction( Trace, Trace(SArg(1)) );
/*
* (c) 2004 Glenn Maynard