summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/pdfencoding.c
diff options
context:
space:
mode:
authorJjgod Jiang <gzjjgod@gmail.com>2014-08-04 21:56:36 +0000
committerJjgod Jiang <gzjjgod@gmail.com>2014-08-04 21:56:36 +0000
commit74f38ed6a0ef898bb6a188e4d89bb85bb4ac7ebe (patch)
tree7d58c7aeee2d1a991e48365d2e95224db28b70d6 /Build/source/texk/dvipdfm-x/pdfencoding.c
parent40cde69d904eb89fe89fcd7bc4b7d458d113fe6d (diff)
Fix some warnings and remove unused code
git-svn-id: svn://tug.org/texlive/trunk@34837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipdfm-x/pdfencoding.c')
-rw-r--r--Build/source/texk/dvipdfm-x/pdfencoding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipdfm-x/pdfencoding.c b/Build/source/texk/dvipdfm-x/pdfencoding.c
index fd80980f00f..c7bc2722f56 100644
--- a/Build/source/texk/dvipdfm-x/pdfencoding.c
+++ b/Build/source/texk/dvipdfm-x/pdfencoding.c
@@ -689,7 +689,7 @@ pdf_create_ToUnicode_CMap (const char *enc_name,
}
}
- stream = all_predef ? NULL : CMap_create_stream(cmap, 0);
+ stream = all_predef ? NULL : CMap_create_stream(cmap);
CMap_release(cmap);
RELEASE(cmap_name);
@@ -723,7 +723,7 @@ pdf_load_ToUnicode_stream (const char *ident)
if (verbose) {
MESG("(CMap:%s)", ident);
}
- stream = CMap_create_stream(cmap, 0);
+ stream = CMap_create_stream(cmap);
if (!stream) {
WARN("Failed to creat ToUnicode CMap stream for \"%s\".", ident);
}