X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..13d528f11ebbe35544897590a4973e90d9b2f55e:/uip/picksbr.c diff --git a/uip/picksbr.c b/uip/picksbr.c index 88463ede..36ca6956 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -641,14 +641,15 @@ plist ebp = ibuf + strlen (ibuf); } c = *p2++; - if (lf && c != '\n') + if (lf && c != '\n') { if (c != ' ' && c != '\t') { --p2; break; } else lf = 0; - if (c == '\n') + } + if (c == '\n') { if (body) break; else { @@ -659,6 +660,7 @@ plist lf++; c = ' '; } + } if (c && p1 < &linebuf[LBSIZE - 1]) *p1++ = c; }