From 77ad8b5c8b3a9148cf2944abdd494618e642ee2c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 7 Feb 2018 21:54:33 -0600 Subject: [PATCH] TODO --- src/hb-open-file-private.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 606ee19ab..ab168ab87 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh @@ -154,6 +154,8 @@ typedef struct OffsetTable tags.advance (table_count); blobs.advance (table_count); + /* TODO: update head table checkSumAdjustment. */ + tables.qsort (); return_trace (true); }