From 4e751fcb031557e6ad720f5bf5f14e181564ab9b Mon Sep 17 00:00:00 2001 From: David Maxwell Date: Thu, 11 Oct 2012 08:52:36 -0800 Subject: [PATCH] type1-subset: always include subroutine 4 (hint replacement idiom) http://lists.cairographics.org/archives/cairo/2012-December/023846.html --- src/cairo-type1-subset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cairo-type1-subset.c b/src/cairo-type1-subset.c index d177fa9e5..e87ed4687 100644 --- a/src/cairo-type1-subset.c +++ b/src/cairo-type1-subset.c @@ -1399,9 +1399,9 @@ skip_subrs: return status; } - /* Always include the first four subroutines in case the Flex/hint mechanism is + /* Always include the first five subroutines in case the Flex/hint mechanism is * being used. */ - for (j = 0; j < MIN(font->num_subrs, 4); j++) { + for (j = 0; j < MIN (font->num_subrs, 5); j++) { font->subrs[j].used = TRUE; }