Fix ucl from lua arrays.

This commit is contained in:
Vsevolod Stakhov 2015-04-18 13:51:53 +01:00
parent 92ba37c087
commit b48bec57d5

View File

@ -336,6 +336,7 @@ ucl_object_lua_fromtable (lua_State *L, int idx)
if (obj != NULL) {
ucl_array_append (top, obj);
}
lua_pop (L, 1);
}
}
else {