From c22e3f99619f82517f9331867b721ae0fbf30d48 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 23 Mar 2006 21:41:29 +0400 Subject: ctype-utf8.c, ctype-simple.c: Forgot to include into the previous changeset. strings/ctype-simple.c: Forgot to include into the previous changeset. strings/ctype-utf8.c: Forgot to include into the previous changeset. --- strings/ctype-simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings/ctype-simple.c') diff --git a/strings/ctype-simple.c b/strings/ctype-simple.c index 41ffecec266..7dd3dfca29a 100644 --- a/strings/ctype-simple.c +++ b/strings/ctype-simple.c @@ -1360,7 +1360,7 @@ int my_mb_ctype_8bit(CHARSET_INFO *cs, int *ctype, if (s >= e) { *ctype= 0; - return MY_CS_TOOFEW(0); + return MY_CS_TOOSMALL; } *ctype= cs->ctype[*s]; return 1; -- cgit v1.2.1