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;