avoid deferencing null pointers -- breaks on Solaris (printf is dumb)
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 12 Jul 1993 02:49:39 +0000 (18:49 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 12 Jul 1993 02:49:39 +0000 (18:49 -0800)
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.3

usr/src/usr.sbin/sendmail/src/parseaddr.c

index 83eed1a..9d79d81 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parseaddr.c        8.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)parseaddr.c        8.3 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"