ash: fix broken new mail detection

Mea culpa, in "Do not allocate stack string in padvance" commit
(I left an extraneous "break" statement).

function                                             old     new   delta
cmdloop                                              329     398     +69

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2023-04-03 14:01:36 +02:00
parent 64e967fabb
commit 07bc5de67b

View File

@ -11287,7 +11287,6 @@ chkmail(void)
if (!len)
break;
p = stackblock();
break;
if (*p == '\0')
continue;
for (q = p; *q; q++)