From 307ed01440291b47e938073666f5e77c62eefb8c Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 29 Jan 2003 17:31:20 +0400 Subject: Move latin1 into a separarte file --- strings/my_vsnprintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings/my_vsnprintf.c') diff --git a/strings/my_vsnprintf.c b/strings/my_vsnprintf.c index 8e185c168c6..dbfd2783a80 100644 --- a/strings/my_vsnprintf.c +++ b/strings/my_vsnprintf.c @@ -65,7 +65,7 @@ int my_vsnprintf(char *to, size_t n, const char* fmt, va_list ap) length= num_state= pre_zero= 0; for (;; fmt++) { - if (my_isdigit(my_charset_latin1,*fmt)) + if (my_isdigit(&my_charset_latin1,*fmt)) { if (!num_state) { -- cgit v1.2.1