nfqws2: wrong function name

This commit is contained in:
bol-van
2025-11-30 17:41:45 +03:00
parent b91fb6a424
commit b21e85bfe9
+1 -1
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)