This commit is contained in:
云风
2013-08-09 22:58:13 +08:00
parent ff6e4dc762
commit a9b80a06fc

View File

@@ -348,7 +348,7 @@ op_delete(lua_State *L) {
luaL_addlstring(&b, (const char *)selector, selector_len);
luaL_pushresult(&b);
return 0;
return 1;
}
/*