From 35fe28a36f9355649f96fcd2cca28d92cebe3f65 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 26 Nov 2021 21:19:41 -0800 Subject: . --- src/lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua.c b/src/lua.c index 9a57e52..04cbbaa 100644 --- a/src/lua.c +++ b/src/lua.c @@ -405,7 +405,7 @@ void save_to_current_definition_and_editor_buffer (lua_State *L, const char *def if (contents != NULL) fprintf(out, "%s", contents); fclose(out); - lua_settop(L, 0); + lua_settop(L, 0); /* reclaim contents */ } -- cgit 1.4.1-2-gfad0