aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/loadfont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index 4580dc4e0..d9bbb2072 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -52,7 +52,7 @@ extern int loadfont_main(int argc, char **argv)
52 return EXIT_SUCCESS; 52 return EXIT_SUCCESS;
53} 53}
54 54
55static void do_loadfont(int fd, char *inbuf, int unit, int fontsize) 55static void do_loadfont(int fd, unsigned char *inbuf, int unit, int fontsize)
56{ 56{
57 char buf[16384]; 57 char buf[16384];
58 int i; 58 int i;
@@ -138,7 +138,7 @@ do_loadtable(int fd, unsigned char *inbuf, int tailsz, int fontsize)
138static void loadnewfont(int fd) 138static void loadnewfont(int fd)
139{ 139{
140 int unit; 140 int unit;
141 char inbuf[32768]; /* primitive */ 141 unsigned char inbuf[32768]; /* primitive */
142 unsigned int inputlth, offset; 142 unsigned int inputlth, offset;
143 143
144 /* 144 /*