mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
Fix bug with multibyte character after minus in comment
This commit is contained in:
parent
9d1e96afa4
commit
3f4d87b03a
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ int PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end,
|
|||
*nextTokPtr = ptr + MINBPC;
|
||||
return XML_TOK_COMMENT;
|
||||
}
|
||||
/* fall through */
|
||||
break;
|
||||
default:
|
||||
ptr += MINBPC;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue