bugfix: pop __remote nil

This commit is contained in:
云风
2012-09-05 12:14:40 +08:00
parent 664056977d
commit 2cc2ca05c2

View File

@@ -363,6 +363,7 @@ _pack_one(lua_State *L, struct write_block *b, int index, int depth) {
lua_pop(L,1);
wb_integer(b, handle, TYPE_REMOTE);
} else {
lua_pop(L,1);
wb_table(L, b, index, depth+1);
}
break;