Commit 76aec0bf authored by vvaltman's avatar vvaltman

fixed CE

parent 4b5c2556
......@@ -1722,7 +1722,7 @@ static int register_interface_from_lua (lua_State *L) {
int i;
for (i = 0; i < n - 4; i++) {
char *s = lua_tostring (L, -1);
const char *s = lua_tostring (L, -1);
lua_pop (L, 1);
if (!s || !strlen (s)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment