summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/snarffont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/snarffont.c b/utils/snarffont.c
index 133d52029..d6597526c 100644
--- a/utils/snarffont.c
+++ b/utils/snarffont.c
@@ -14,7 +14,7 @@ void die(char * mess) {
#define MAXFONTSIZE 65536
int main(void) {
- char buf[MAXFONTSIZE];
+ unsigned char buf[MAXFONTSIZE];
struct console_font_op cfo;
unsigned short map[E_TABSZ];
struct unipair descs[2048];