@techee commented on this pull request.
> @@ -416,7 +416,7 @@ static gint glspi_keycmd(lua_State* L) static gint glspi_launch(lua_State* L) { - gint argc=lua_gettop(L); + gsize argc=lua_gettop(L); Oh, right, I didn't pay enough attention. `gsize` seemed to "fix" the problem but the missing parentheses are the real problem here. Fixed now. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1456#discussion_r2167758073 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1456/review/2959868...@github.com>