summaryrefslogtreecommitdiff
path: root/xps/ghostxps.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2008-11-27 15:27:09 +0000
committerTor Andersson <tor.andersson@artifex.com>2008-11-27 15:27:09 +0000
commit26309c15ff773a9dc9183c319df5b90eb9be17e3 (patch)
tree6a95e2d5767b81e7df3cc900d7b8916be5c00395 /xps/ghostxps.h
parentd43d5653c0e052c172ce1db9d9b04d4ba7360de3 (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.h2
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;