fixed CE
This commit is contained in:
parent
4b5c2556d0
commit
76aec0bf15
2
lua-tg.c
2
lua-tg.c
@ -1722,7 +1722,7 @@ static int register_interface_from_lua (lua_State *L) {
|
|||||||
|
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < n - 4; 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);
|
lua_pop (L, 1);
|
||||||
|
|
||||||
if (!s || !strlen (s)) {
|
if (!s || !strlen (s)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user