X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdistsbr.c;h=058875c571452b7d0df4665c8623cfd0e76bd102;hp=9c20fdaded6a714ed896f1a6d767ebe15a63e6e0;hb=1646b692af15ca4aac6d2c77fa72f63a18515215;hpb=8c6b463904e23df6025727207d5ffd012c8dd0cb diff --git a/uip/distsbr.c b/uip/distsbr.c index 9c20fda..058875c 100644 --- a/uip/distsbr.c +++ b/uip/distsbr.c @@ -182,10 +182,10 @@ ready_msg(char *msgnam) return NOTOK; } unlink(tmpfil); - fprintf(ofp, "\n%s", f.value); + fputs("\n", ofp); while (state == BODY2) { - state = m_getfld2(state, &f, ifp); fputs(f.value, ofp); + state = m_getfld2(state, &f, ifp); } /* FALL */