From 76b5366091f76c9bc73570149ef5055648fc2c39 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 21 Jan 1999 00:55:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELENG_3_0_0_RELEASE'. --- contrib/sendmail/src/snprintf.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'contrib/sendmail/src/snprintf.c') diff --git a/contrib/sendmail/src/snprintf.c b/contrib/sendmail/src/snprintf.c index 3e07e1b9920f..9e0b6f14f15a 100644 --- a/contrib/sendmail/src/snprintf.c +++ b/contrib/sendmail/src/snprintf.c @@ -11,7 +11,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)snprintf.c 8.12 (Berkeley) 10/13/1998"; +static char sccsid[] = "@(#)snprintf.c 8.11 (Berkeley) 6/4/98"; #endif /* not lint */ #include "sendmail.h" @@ -367,10 +367,10 @@ quad_to_string(value) static char buf[64]; /* - ** Use sprintf() instead of snprintf() since snprintf() - ** does not support %qu or %llu. The buffer is large enough - ** to hold the string so there is no danger of buffer - ** overflow. + ** Use sprintf() instead of snprintf() since snprintf() + ** does not support %qu or %llu. The buffer is large enough + ** to hold the string so there is no danger of buffer + ** overflow. */ #if NEED_PERCENTQ -- cgit v1.2.3