From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- lib/snprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/snprintf.c') diff --git a/lib/snprintf.c b/lib/snprintf.c index cdf6513..56ef5a2 100644 --- a/lib/snprintf.c +++ b/lib/snprintf.c @@ -549,7 +549,7 @@ union value *value, int base, int dosign, int ljust, int len, int zpad, int precision ); #endif - static void fmtdouble( char **bufer, int *left, + static void fmtdouble( char **buffer, int *left, int fmt, double value, int ljust, int len, int zpad, int precision ); static void dostr( char **buffer, int *left, char *str ); -- cgit v1.2.3