pull/1238/head
Behdad Esfahbod 6 years ago
parent 4d205f0462
commit da591f2a9d
  1. 4
      src/hb-ot-tag.cc

@ -348,7 +348,9 @@ hb_ot_tags_from_script_and_language (hb_script_t script,
{
if (language_count && language_tags && *language_count)
*language_count = 0;
} else {
}
else
{
const char *lang_str, *s, *limit, *private_use_subtag;
bool needs_language;

Loading…
Cancel
Save