X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_scan.c;h=b8273c98bba9fd8d145092043140835373719ce3;hp=ae311621b22e098e70c6219cbb4f1c8ce8829a3a;hb=2da3024caea2be71550f9eabd2fbc08fefe29bb5;hpb=4a78892df0b95cc22a976632445f3dca8893aae4 diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index ae31162..b8273c9 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -760,9 +760,6 @@ fmt_scan (struct format *format, char *scanl, int width, int *dat) len -= sp - lp + 1; while (cp < ep && lp <= sp) *cp++ = *lp++; - *cp++ = '\n'; - for (i=indent; cp < ep && i > 0; i--) - *cp++ = ' '; while (isspace(*lp)) lp++, len--; if (*lp) {