diff options
author | Han The Thanh <hanthethanh@gmail.com> | 2009-04-03 23:45:22 +0000 |
---|---|---|
committer | Han The Thanh <hanthethanh@gmail.com> | 2009-04-03 23:45:22 +0000 |
commit | 0a599c29bd094c790bb658635d852a9abc01e162 (patch) | |
tree | 2a085062c69db51a35920d99aea6254299e725db /Build/source/texk/web2c/pdftexdir/ttf2afm.c | |
parent | 613c4af339514c80fc713d3ac84386487e7c2a3c (diff) |
import recent changes from pdftex
git-svn-id: svn://tug.org/texlive/trunk@12619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/ttf2afm.c')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ttf2afm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ttf2afm.c b/Build/source/texk/web2c/pdftexdir/ttf2afm.c index ef6563f186c..0bc6068bd95 100644 --- a/Build/source/texk/web2c/pdftexdir/ttf2afm.c +++ b/Build/source/texk/web2c/pdftexdir/ttf2afm.c @@ -728,7 +728,7 @@ void print_glyph_name(FILE * f, long glyph_index, int convention) u->code); } ttf_warn - ("glyph %li have multiple encodings (the first one being used): %s", + ("glyph %li has multiple encodings (the first one being used): %s", glyph_index, buf); } } |