Browse Source

[Minor] Fix irrelevant issue with the `getline` invocation

pull/4873/head
Vsevolod Stakhov 2 months ago
parent
commit
edc43a68f7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/rspamadm/lua_repl.c

+ 1
- 1
src/rspamadm/lua_repl.c View File

static void static void
rspamadm_lua_run_repl(lua_State *L, bool is_batch) rspamadm_lua_run_repl(lua_State *L, bool is_batch)
{ {
gchar *input;
gchar *input = NULL;
#ifdef WITH_LUA_REPL #ifdef WITH_LUA_REPL
gboolean is_multiline = FALSE; gboolean is_multiline = FALSE;
GString *tb = NULL; GString *tb = NULL;

Loading…
Cancel
Save