From 7c5b7fe686c9163afe2f31fbeac6f8c8512f5516 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Nov 2012 14:15:08 -0500 Subject: [PATCH] Fix hb_shape_plan_get_shaper() --- src/hb-shape-plan.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 7735d4eec..22a226f3a 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -304,4 +304,5 @@ retry: const char * hb_shape_plan_get_shaper (hb_shape_plan_t *shape_plan) { + return shape_plan->shaper_name; }