Commit 99c0dd3b authored by unknown's avatar unknown

ctype-eucjpms.c:

  After merge fix.


strings/ctype-eucjpms.c:
  After merge fix.
parent d9151b75
...@@ -8417,7 +8417,10 @@ uint my_well_formed_len_eucjpms(CHARSET_INFO *cs __attribute__((unused)), ...@@ -8417,7 +8417,10 @@ uint my_well_formed_len_eucjpms(CHARSET_INFO *cs __attribute__((unused)),
{ {
ch= *b++; ch= *b++;
if (b >= (uchar*) end) if (b >= (uchar*) end)
{
*error= 1;
return chbeg - beg; /* unexpected EOL */ return chbeg - beg; /* unexpected EOL */
}
} }
if (ch >= 0xA1 && ch <= 0xFE && if (ch >= 0xA1 && ch <= 0xFE &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment