X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhlsbr.c;fp=uip%2Fmhlsbr.c;h=ce8b33d40e0b505332279bfc0409832922bf9298;hb=dd9275a85bb5e0e4bf3c0a722eb5945f1d421d74;hp=04da52bb436296e54394fb82584ec72c9a145233;hpb=10c91f6e846d9ec279218280b4258badffd984e8;p=mmh diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 04da52b..ce8b33d 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1298,6 +1298,8 @@ putcomp (struct mcomp *c1, struct mcomp *c2, int flag) if (term == '\n') putstr ("\n"); } + if (flag == BODYCOMP && term == '\n') + c1->c_flags &= ~HDROUTPUT; /* Buffer ended on a newline */ }