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:
parent
64e967fabb
commit
07bc5de67b
@ -11287,7 +11287,6 @@ chkmail(void)
|
|||||||
if (!len)
|
if (!len)
|
||||||
break;
|
break;
|
||||||
p = stackblock();
|
p = stackblock();
|
||||||
break;
|
|
||||||
if (*p == '\0')
|
if (*p == '\0')
|
||||||
continue;
|
continue;
|
||||||
for (q = p; *q; q++)
|
for (q = p; *q; q++)
|
||||||
|
Loading…
Reference in New Issue
Block a user