mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[susbet/cff] Reuse iterator
This commit is contained in:
parent
f5b8284633
commit
887f299351
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ struct CFFIndex
|
|||
*ret = *it;
|
||||
continue;
|
||||
}
|
||||
hb_iter (_).copy (c);
|
||||
it.copy (c);
|
||||
}
|
||||
return_trace (true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue