[subset] keep the result of _subset
This commit is contained in:
parent
eada749e46
commit
7ecca8c0a8
|
@ -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…
Reference in New Issue