From f2e42ca2faa329a79813f15ca54e61ab7888e765 Mon Sep 17 00:00:00 2001 From: George Sokianos Date: Sat, 26 Feb 2022 21:36:52 +0000 Subject: [PATCH] Reverted the disable of code at an event --- src/api/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/system.c b/src/api/system.c index 3eeb947d..85143020 100644 --- a/src/api/system.c +++ b/src/api/system.c @@ -267,7 +267,7 @@ top: // default: // return luaL_error(L, "unknown dmon event action: %d", e.user.code & 0xffff); // } - // lua_pushstring(L, e.user.data1); + lua_pushstring(L, e.user.data1); free(e.user.data1); return 4;