mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
parent
333946b00e
commit
f360d704fa
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ parse_tag (const char **pp, const char *end, hb_tag_t *tag)
|
|||
}
|
||||
|
||||
const char *p = *pp;
|
||||
while (*pp < end && (**pp != ' ' && **pp != '=' && **pp != '['))
|
||||
while (*pp < end && (**pp != ' ' && **pp != '=' && **pp != '[' && **pp != quote))
|
||||
(*pp)++;
|
||||
|
||||
if (p == *pp || *pp - p > 4)
|
||||
|
|
Loading…
Add table
Reference in a new issue