mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
bug fix
This commit is contained in:
parent
aa7dd70a86
commit
1ae99d1a10
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ struct TupleVariationData
|
|||
unsigned get_size (unsigned axis_count) const
|
||||
{
|
||||
unsigned total_size = min_size;
|
||||
unsigned count = tupleVarCount;
|
||||
unsigned count = tupleVarCount.get_count ();
|
||||
const TupleVariationHeader *tuple_var_header = &(get_tuple_var_header());
|
||||
for (unsigned i = 0; i < count; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue