Thank you!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1210#issuecomment-1383212166
You are receiving this because you are subscribed to this thread.
Message ID:
Merged #1210 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1210#event-8230091512
You are receiving this because you are subscribed to this thread.
Message ID:
Oops, sorry you're right. There was a luaL_openlib***s***, converted
incorrectly.
PR updated to put that back:
```diff
--- a/geanylua/glspi_run.c
+++ b/geanylua/glspi_run.c
@@ -246,7 +246,7 @@ static lua_State *glspi_state_new(void)
{
lua_State *L = luaL_newstate();
StateInfo*si=
Did the changes work for you?
With these changes, Geany crashes when using any of the example scripts.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1210#issuecomment-1383200490
You are receiving this because you are subscribed to this thread.