diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2008-11-27 15:27:09 +0000 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2008-11-27 15:27:09 +0000 |
commit | 26309c15ff773a9dc9183c319df5b90eb9be17e3 (patch) | |
tree | 6a95e2d5767b81e7df3cc900d7b8916be5c00395 /xps/ghostxps.h | |
parent | d43d5653c0e052c172ce1db9d9b04d4ba7360de3 (diff) |
Remove some debug print outs in the XPS interpreter. Make zip-file debug tracing depend on a variable.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@9249 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'xps/ghostxps.h')
-rw-r--r-- | xps/ghostxps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xps/ghostxps.h b/xps/ghostxps.h index 5b5450469..76fce15f8 100644 --- a/xps/ghostxps.h +++ b/xps/ghostxps.h @@ -232,7 +232,7 @@ struct xps_part_s int interleave; /* start of last interleave (for crc32 reasons) */ int capacity; int complete; - char *data; + byte *data; xps_relation_t *relations; int relations_complete; /* is corresponding .rels part finished? */ xps_part_t *next; |