mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 01:00:37 +00:00
[set] Use StructAtOffsetUnaligned
This commit is contained in:
parent
a0febbac43
commit
24958b8868
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ struct hb_set_t
|
|||
{
|
||||
page->add (g);
|
||||
|
||||
array = (const T *) ((const char *) array + stride);
|
||||
array = &StructAtOffsetUnaligned<T> (array, stride);
|
||||
count--;
|
||||
}
|
||||
while (count && (g = *array, start <= g && g < end));
|
||||
|
|
Loading…
Add table
Reference in a new issue