diff options
Diffstat (limited to 'strings/ctype-big5.c')
-rw-r--r-- | strings/ctype-big5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/ctype-big5.c b/strings/ctype-big5.c index a4040ed2b90..01ecd63d52b 100644 --- a/strings/ctype-big5.c +++ b/strings/ctype-big5.c @@ -6320,7 +6320,7 @@ uint my_well_formed_len_big5(CHARSET_INFO *cs __attribute__((unused)), break; } } - return b - b0; + return (uint) (b - b0); } |