From fadbd8cc4920ad96a14b01e3ca8730948e4d7241 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 30 Jan 1997 21:28:08 +0000 Subject: Comment improvements. svn path=/trunk/; revision=846 --- driver.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 6c901df0..5a9d708b 100644 --- a/driver.c +++ b/driver.c @@ -766,7 +766,7 @@ char *realname; /* real name of host */ skiptext:; } - /* write all the headers */ + /* we may need to strip carriage returns */ if (ctl->stripcr) { char *sp, *tp; @@ -846,7 +846,7 @@ char *realname; /* real name of host */ strcat(errmsg, "\n"); - /* ship out the error line */ + /* we may need to strip carriage returns */ if (ctl->stripcr) { char *sp, *tp; @@ -857,6 +857,7 @@ char *realname; /* real name of host */ *tp = '\0'; } + /* ship out the error line */ if (sinkfp) { if (ctl->mda) @@ -916,6 +917,7 @@ char *realname; /* real name of host */ else SockWrite(buf, 1, 1, sinkfp); + /* we may need to strip carriage returns */ if (ctl->stripcr) { char *sp, *tp; @@ -926,6 +928,7 @@ char *realname; /* real name of host */ *tp = '\0'; } + /* ship the text line */ if (ctl->mda) n = fwrite(buf, 1, strlen(buf), sinkfp); else if (sinkfp) -- cgit v1.2.3