src/hb-ot-cmap-table.hh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af528b6674bccac3efd13f8b33fcdc6aeb178f4c
Author: Behdad Esfahbod <[email protected]>
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);
     }
   }
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to