From 84fa62e0d7a3a72084d7cbf79454a8b335de712a Mon Sep 17 00:00:00 2001 From: suzuki toshiya Date: Fri, 9 Jul 2010 23:43:14 +0900 Subject: [PATCH] Fix a mistake in t42objs.c in previous commit. --- src/type42/t42objs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type42/t42objs.c b/src/type42/t42objs.c index 8719b61c2..9ba4a8295 100644 --- a/src/type42/t42objs.c +++ b/src/type42/t42objs.c @@ -340,7 +340,7 @@ goto Exit; /* now, generate an Adobe Standard encoding when appropriate */ - charmap.encoding_id = TT_ADOBE_ID_STANDARD; + charmap.platform_id = TT_PLATFORM_ADOBE; clazz = NULL; switch ( type1->encoding_type )