mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 08:42:59 +00:00
[vector] Fix operator =
This commit is contained in:
parent
59e6a1c477
commit
a037d3815f
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ struct hb_vector_t
|
|||
alloc_exact (o.length);
|
||||
if (unlikely (in_error ())) return *this;
|
||||
|
||||
length = 0;
|
||||
copy_array (o.as_array ());
|
||||
|
||||
return *this;
|
||||
|
|
Loading…
Add table
Reference in a new issue