mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 09:44:46 +00:00
use {} rather than {0}
This commit is contained in:
parent
2e50b517e1
commit
b198d94489
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ struct COLR
|
|||
if (unlikely (!old_record))
|
||||
return hb_pair_t<bool, BaseGlyphRecord> (false, Null (BaseGlyphRecord));
|
||||
|
||||
BaseGlyphRecord new_record = {0};
|
||||
BaseGlyphRecord new_record = {};
|
||||
new_record.glyphId = new_gid;
|
||||
new_record.numLayers = old_record->numLayers;
|
||||
return hb_pair_t<bool, BaseGlyphRecord> (true, new_record);
|
||||
|
|
Loading…
Add table
Reference in a new issue