mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 16:50:38 +00:00
[subset/cff1] Minor reuse a returned value
This commit is contained in:
parent
95341bcc15
commit
dc1b172408
1 changed files with 1 additions and 2 deletions
|
@ -581,8 +581,7 @@ struct cff1_subset_plan
|
|||
unsigned int sid = acc.topDict.nameSIDs[i];
|
||||
if (sid != CFF_UNDEF_SID)
|
||||
{
|
||||
(void)sidmap.add (sid);
|
||||
topDictModSIDs[i] = sidmap[sid];
|
||||
topDictModSIDs[i] = sidmap.add (sid);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue