aports/community/hexchat/fix-lua-5.4.3.patch
Francesco Colista cb6d8db643 Revert "community/hexchat: remove"
This reverts commit f4fccd26eaa896b944f056ab71c6f55412198c16.

We still have gtk-2.0, there's no reason to remove it.
2021-08-18 12:07:51 +00:00

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;