summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/snprintf.c')
-rw-r--r--lib/libc/stdio/snprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/snprintf.c b/lib/libc/stdio/snprintf.c
index b3944e3..aa70bb2 100644
--- a/lib/libc/stdio/snprintf.c
+++ b/lib/libc/stdio/snprintf.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)snprintf.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$Id: snprintf.c,v 1.8 1997/12/24 20:24:05 ache Exp $";
+ "$Id: snprintf.c,v 1.9 1997/12/24 23:02:40 ache Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
@@ -65,7 +65,7 @@ snprintf(str, n, fmt, va_alist)
int ret;
va_list ap;
FILE f;
- int on;
+ size_t on;
on = n;
if (n > 0)
OpenPOWER on IntegriCloud