summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/ttf2afm.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ttf2afm.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/ttf2afm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c
index 7809ae34203..41b820ecf3b 100644
--- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c
+++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c
@@ -444,8 +444,7 @@ static char *make_name(long platform_id, int len)
*p = get_char();
i++;
}
- if (isprint(*p)) /* copy only printable chars */
- p++;
+ p++;
}
*p = 0;
return xstrdup(buf);