mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 14:29:24 +00:00
[bit-set] Minor access an array directly
This commit is contained in:
parent
f4d3b49e5d
commit
c0e6a96af3
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ struct hb_bit_set_t
|
|||
memmove (page_map.arrayZ + i + 1,
|
||||
page_map.arrayZ + i,
|
||||
(page_map.length - 1 - i) * page_map.item_size);
|
||||
page_map[i] = map;
|
||||
page_map.arrayZ[i] = map;
|
||||
}
|
||||
|
||||
last_page_lookup = i;
|
||||
|
|
Loading…
Add table
Reference in a new issue