fix GetKey function #10
@@ -505,7 +505,7 @@ static int syscalls_getKey(lua_State* L)
|
||||
{
|
||||
char s[2];
|
||||
s[0] = a.code;
|
||||
s[1] = '\n';
|
||||
s[1] = '\0';
|
||||
lua_pushstring(L, s);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user