소스 검색

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

pull/4873/head
Vsevolod Stakhov 2 달 전
부모
커밋
edc43a68f7
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/rspamadm/lua_repl.c

+ 1
- 1
src/rspamadm/lua_repl.c 파일 보기

@@ -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;

Loading…
취소
저장