summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/epdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/epdf.c')
-rw-r--r--Build/source/texk/web2c/pdftexdir/epdf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/epdf.c b/Build/source/texk/web2c/pdftexdir/epdf.c
index 4bcf51fd93b..c9c9dbe63f9 100644
--- a/Build/source/texk/web2c/pdftexdir/epdf.c
+++ b/Build/source/texk/web2c/pdftexdir/epdf.c
@@ -66,7 +66,8 @@ int get_fn_objnum(fd_entry * fd)
* 2. mark glyphs directly there
*
* Input charset from xpdf is a string of glyph names including
- * leading slashes, but without blanks between them, like: /a/b/c
+ * leading slashes, with optional spaces or tabs preceding or between
+ them: /a/b/c or /a /b /c or /a/b /c, etc.
***********************************************************************/
void epdf_mark_glyphs(fd_entry * fd, char *charset)