From bb4d843838a832b7895092fe75b05333168d4aa6 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 16 Mar 2003 12:30:10 +0400 Subject: system_charset_info has been moved to /sql directory and isn't used in libraries any longer --- mysys/my_error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_error.c') diff --git a/mysys/my_error.c b/mysys/my_error.c index cd41589f366..6fd346c89f7 100644 --- a/mysys/my_error.c +++ b/mysys/my_error.c @@ -69,7 +69,7 @@ int my_error(int nr,myf MyFlags, ...) else { /* Skipp if max size is used (to be compatible with printf) */ - while (my_isdigit(system_charset_info, *tpos) || *tpos == '.' || *tpos == '-') + while (my_isdigit(&my_charset_latin1, *tpos) || *tpos == '.' || *tpos == '-') tpos++; if (*tpos == 'l') /* Skipp 'l' argument */ tpos++; -- cgit v1.2.1