aboutsummaryrefslogtreecommitdiff
path: root/man/man3
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2020-05-26 11:24:18 -0400
committerRuss Cox <rsc@swtch.com>2020-05-29 20:58:37 -0400
commita6ad39aaaa36b8aadc5c35bfc803afbde32918c0 (patch)
tree67637b31c1eae3fc0dca402355065d87cc4083f7 /man/man3
parentbfe4377e409ce271c479665e6ef966a7b6008626 (diff)
downloadplan9port-a6ad39aaaa36b8aadc5c35bfc803afbde32918c0.tar.gz
plan9port-a6ad39aaaa36b8aadc5c35bfc803afbde32918c0.tar.bz2
plan9port-a6ad39aaaa36b8aadc5c35bfc803afbde32918c0.zip
libdraw: handle larger number of subfonts
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/cachechars.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/cachechars.3 b/man/man3/cachechars.3
index b0c7abfa..f2d82f19 100644
--- a/man/man3/cachechars.3
+++ b/man/man3/cachechars.3
@@ -165,7 +165,7 @@ struct Font {
short height; /* max ht of image;interline space*/
short ascent; /* top of image to baseline */
short width; /* widest so far; used in caching */
- short nsub; /* number of subfonts */
+ int nsub; /* number of subfonts */
ulong age; /* increasing counter; for LRU */
int ncache; /* size of cache */
int nsubf; /* size of subfont list */