mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-15 01:18:13 +00:00
[subset] keep the result of _subset
This commit is contained in:
parent
eada749e46
commit
7ecca8c0a8
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ _subset_table (hb_subset_plan_t *plan,
|
|||
break;
|
||||
}
|
||||
DEBUG_MSG(SUBSET, nullptr, "subset %c%c%c%c %s", HB_UNTAG(tag), result ? "ok" : "FAILED");
|
||||
return true;
|
||||
return result;
|
||||
}
|
||||
|
||||
static bool
|
||||
|
|
Loading…
Add table
Reference in a new issue