Explorar el Código

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

pull/4873/head
Vsevolod Stakhov hace 2 meses
padre
commit
edc43a68f7
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/rspamadm/lua_repl.c

+ 1
- 1
src/rspamadm/lua_repl.c Ver fichero

@@ -604,7 +604,7 @@ lua_syntax_highlighter(const char *str, ReplxxColor *colours, int size, void *ud
static void
rspamadm_lua_run_repl(lua_State *L, bool is_batch)
{
gchar *input;
gchar *input = NULL;
#ifdef WITH_LUA_REPL
gboolean is_multiline = FALSE;
GString *tb = NULL;

Cargando…
Cancelar
Guardar