Loading strings/ctype-sjis.c +1 −1 Original line number Diff line number Diff line Loading @@ -4591,7 +4591,7 @@ uint my_well_formed_len_sjis(CHARSET_INFO *cs __attribute__((unused)), { const char *b0= b; *error= 0; while (pos && b < e) while (pos-- && b < e) { if ((uchar) b[0] < 128) { Loading Loading
strings/ctype-sjis.c +1 −1 Original line number Diff line number Diff line Loading @@ -4591,7 +4591,7 @@ uint my_well_formed_len_sjis(CHARSET_INFO *cs __attribute__((unused)), { const char *b0= b; *error= 0; while (pos && b < e) while (pos-- && b < e) { if ((uchar) b[0] < 128) { Loading