diff options
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ttf2afm.c')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ttf2afm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c index 41b820ecf3b..e835f3d60e1 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -428,8 +428,8 @@ static void read_cmap(void) static char *make_name(long platform_id, int len) { - char buf[1024]; - char *p = buf; + unsigned char buf[1024]; + unsigned char *p = buf; int i = 0; if (len >= sizeof(buf)) |