From 58ece9167987dbc3b88656c470244543cb3d5c32 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 12 Oct 2006 04:57:59 +0000 Subject: store max possible glyphs bound --- ucf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucf.h') diff --git a/ucf.h b/ucf.h index da238cd..1429cd3 100644 --- a/ucf.h +++ b/ucf.h @@ -6,7 +6,7 @@ struct ucf { int w, h, s, S; const unsigned char *ranges, *ctab, *gmap, *glyphs; - unsigned nranges; + unsigned nranges, nglyphs; }; int ucf_init(struct ucf *, const unsigned char *, size_t); -- cgit v1.2.1