Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

nfqws2: wrong function name

This commit is contained in:
bol-van
2025-11-30 17:41:45 +03:00
parent b91fb6a424
commit b21e85bfe9

View File

@@ -605,7 +605,7 @@ static int luacall_uname(lua_State *L)
}
static int luacall_clock_gettime(lua_State *L)
{
lua_check_argc(L,"uname", 0);
lua_check_argc(L,"clock_gettime", 0);
LUA_STACK_GUARD_ENTER(L)