--- libaitcli/src/aitcli.c 2022/10/17 22:03:47 1.17.2.2 +++ libaitcli/src/aitcli.c 2022/10/19 22:58:23 1.18.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcli.c,v 1.17.2.2 2022/10/17 22:03:47 misho Exp $ +* $Id: aitcli.c,v 1.18.2.1 2022/10/19 22:58:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -1575,7 +1575,7 @@ cliLoop(linebuffer_t * __restrict cli_buffer, const ch cli_freeLine(cli_buffer); cli_resetHistory(cli_buffer); e_free(line); - } while (cli_buffer->line_kill || ret < 1); + } while (!cli_buffer->line_kill); cli_saveHistory(cli_buffer, csHistFile, HISTORY_LINES);