[subset] keep the result of _subset

pull/820/head
Rod Sheeter 7 years ago
parent eada749e46
commit 7ecca8c0a8
  1. 2
      src/hb-subset.cc

@ -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…
Cancel
Save