summaryrefslogtreecommitdiff
path: root/ucf.c
diff options
context:
space:
mode:
Diffstat (limited to 'ucf.c')
-rw-r--r--ucf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucf.c b/ucf.c
index 94caa40..8c4a487 100644
--- a/ucf.c
+++ b/ucf.c
@@ -29,6 +29,7 @@ int ucf_init(struct ucf *f, const unsigned char *map, size_t len)
f->ranges = map + U32(map+20) + 4;
f->gmap = map + U32(map+24);
f->glyphs = map + U32(map+28);
+ f->nglyphs = (len - (f->glyphs - map)) / f->S;
f->ctab = f->ranges + 8*(f->nranges = U32(f->ranges - 4));
return 0;
}