[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Fri Jun 27 15:07:25 PDT 2014
src/hb-ot-cmap-table.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jun 27 18:07:00 2014 -0400
Fix typo; ouch!
diff --git a/src/hb-ot-cmap-table.hh b/src/hb-ot-cmap-table.hh
index 953d07a..e683b07 100644
--- a/src/hb-ot-cmap-table.hh
+++ b/src/hb-ot-cmap-table.hh
@@ -428,7 +428,7 @@ struct CmapSubtable
case 10: return TRACE_RETURN (u.format10.sanitize (c));
case 12: return TRACE_RETURN (u.format12.sanitize (c));
case 13: return TRACE_RETURN (u.format13.sanitize (c));
- case 14: return TRACE_RETURN (u.format13.sanitize (c));
+ case 14: return TRACE_RETURN (u.format14.sanitize (c));
default:return TRACE_RETURN (true);
}
}
More information about the HarfBuzz
mailing list