diff options
Diffstat (limited to 'ident.c')
-rw-r--r-- | ident.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -392,8 +392,8 @@ bdfend(fontFile *f) { int c; char *buf = NULL; - int bufsize = 0; - int i = 0; + size_t bufsize = 0; + unsigned int i = 0; do { c = fontFileGetc(f); |