[util] Fix stack-underflow
Fixes https://github.com/harfbuzz/harfbuzz/issues/3737
This commit is contained in:
parent
c6ef11daf5
commit
a66ba594b4
|
@ -894,9 +894,9 @@ subset_main_t::add_options ()
|
||||||
"For example: --instance=\"wdth=100 wght=200\" or --instance=\"wdth=drop\"\n"
|
"For example: --instance=\"wdth=100 wght=200\" or --instance=\"wdth=drop\"\n"
|
||||||
"Note: currently only fully instancing to the default location is supported\n",
|
"Note: currently only fully instancing to the default location is supported\n",
|
||||||
"list of comma separated axis-locations"},
|
"list of comma separated axis-locations"},
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
{nullptr}
|
{nullptr}
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
add_group (other_entries,
|
add_group (other_entries,
|
||||||
"subset-other",
|
"subset-other",
|
||||||
|
|
Loading…
Reference in New Issue