diff options
-rw-r--r-- | Src/utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c index d01ec8634..9825dfbc2 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -2310,7 +2310,8 @@ spckword(char **s, int hist, int cmd, int ask) fflush(shout); zbeep(); x = getquery("nyae \t", 0); - } + } else + x = 'n'; } else x = 'y'; if (x == 'y' || x == ' ' || x == '\t') { |