diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-03-13 16:51:01 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-03-13 16:51:01 +0000 |
| commit | e600c409948687f5d5edaebda4eefc0b93dae156 (patch) | |
| tree | aab5f279feb47721fcce83e4658c6a92f5b334df /usr.sbin/sendmail/src | |
| parent | c0d5d644aaeb02d988162915946380b792254aca (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail/src')
| -rw-r--r-- | usr.sbin/sendmail/src/util.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sendmail/src/version.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sendmail/src/util.c b/usr.sbin/sendmail/src/util.c index cee16d89e5ec..096f519d0c3a 100644 --- a/usr.sbin/sendmail/src/util.c +++ b/usr.sbin/sendmail/src/util.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)util.c 8.84.1.1 (Berkeley) 2/18/96"; +static char sccsid[] = "@(#)util.c 8.84.1.2 (Berkeley) 3/4/96"; #endif /* not lint */ # include "sendmail.h" @@ -990,7 +990,7 @@ putxline(l, mci, pxflags) fputs(mci->mci_mailer->m_eol, mci->mci_out); if (*l == '\n') { - if (*++l != ' ' && *l != '\t' && l[1] != '\0') + if (*++l != ' ' && *l != '\t' && *l != '\0') { (void) putc(' ', mci->mci_out); if (TrafficLogFile != NULL) diff --git a/usr.sbin/sendmail/src/version.c b/usr.sbin/sendmail/src/version.c index 9817429fc6f1..3c6f7d18fa7f 100644 --- a/usr.sbin/sendmail/src/version.c +++ b/usr.sbin/sendmail/src/version.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)version.c 8.7.4.1 (Berkeley) 2/18/96"; +static char sccsid[] = "@(#)version.c 8.7.5.1 (Berkeley) 3/4/96"; #endif /* not lint */ -char Version[] = "8.7.4"; +char Version[] = "8.7.5"; |
