diff options
| author | ame <[email protected]> | 2025-01-22 02:45:23 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2025-01-22 02:45:23 -0600 |
| commit | e7cafd86b947ad654c8081e238faba4df5bd3c33 (patch) | |
| tree | 0de207c53c902fc86fedb9a6196e4abebbd5277d /src/lua.c | |
| parent | a86088dc5ded54ccc41bec5d547ff044c641ae19 (diff) | |
work on websockets
Diffstat (limited to 'src/lua.c')
| -rw-r--r-- | src/lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -144,8 +144,8 @@ void luaI_deepcopy(lua_State* src, lua_State* dest, enum deep_copy_flags flags){ break;
default:
printf("unknown type %i vs (old)%i\n",lua_type(src, -1), type);
- abort();
- lua_pushnumber(dest, 5);
+ //abort();
+ lua_pushnil(dest);
break;
}
int tidx = lua_gettop(dest);
|
