From: handa Date: Thu, 23 Jul 2009 07:57:37 +0000 (+0000) Subject: (read_cmap_table): Set cmap->table_index. X-Git-Tag: REL-0-9-10~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5c6d0a5119638d5928f4d11b98061db04e2f3259;p=m17n%2Flibotf.git (read_cmap_table): Set cmap->table_index. --- diff --git a/src/otfopen.c b/src/otfopen.c index 2101da8..af85fa5 100644 --- a/src/otfopen.c +++ b/src/otfopen.c @@ -623,6 +623,8 @@ read_cmap_table (OTF *otf, OTF_TableInfo *table, enum OTF_ReaderFlag flag) unicode_full_index = i; } } + cmap->table_index = unicode_full_index; + for (i = 0; i < cmap->numTables; i++) { unsigned format;