aports/community/hexchat/fix-lua-5.4.3.patch

13 lines
266 B
Diff

diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c
index 941342b..9e12285 100644
--- a/plugins/lua/lua.c
+++ b/plugins/lua/lua.c
@@ -1191,7 +1191,6 @@ static void patch_clibs(lua_State *L)
}
lua_pop(L, 1);
}
- lua_pop(L, 1);
}
static GPtrArray *scripts;