[gs-cvs] rev 7874 - trunk/gs/src
leonardo at ghostscript.com
leonardo at ghostscript.com
Mon Apr 23 10:38:17 PDT 2007
Author: leonardo
Date: 2007-04-23 10:38:16 -0700 (Mon, 23 Apr 2007)
New Revision: 7874
Modified:
trunk/gs/src/zcid.c
Log:
Fix : Provide alternative char codes in a CIDDecoding resource (continued).
DETAILS :
Removing an unused variable.
EXPECTED DIFFERENCES :
None.
Modified: trunk/gs/src/zcid.c
===================================================================
--- trunk/gs/src/zcid.c 2007-04-23 13:27:47 UTC (rev 7873)
+++ trunk/gs/src/zcid.c 2007-04-23 17:38:16 UTC (rev 7874)
@@ -51,7 +51,7 @@
private bool
TT_char_code_from_CID_no_subst(const gs_memory_t *mem,
const ref *Decoding, const ref *TT_cmap, uint nCID, uint *c)
-{ ref *DecodingArray, char_code, char_code1, ih, glyph_index, *Duplicates;
+{ ref *DecodingArray, char_code, char_code1, ih, glyph_index;
bool found = false;
int i = nCID % 256, n;
More information about the gs-cvs
mailing list