Fix bug with multibyte character after minus in comment

This commit is contained in:
James Clark 1998-10-30 07:02:08 +00:00
parent 9d1e96afa4
commit 3f4d87b03a

View file

@ -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;