summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHin-Tak Leung <hintak_leung@yahoo.co.uk>2009-11-03 17:54:36 +0000
committerHin-Tak Leung <hintak_leung@yahoo.co.uk>2009-11-03 17:54:36 +0000
commit48ac9b1087d8dab7e7a61e31bfa62200203567cc (patch)
tree6bd76a10ef3e5d9b9f94b3e00de8662aeaed17c1
parentd91a40756dcee37e5c0d48e102df261b5d99b62b (diff)
downloadghostpdl-48ac9b1087d8dab7e7a61e31bfa62200203567cc.tar.gz
revert to PXL 1.1 - it is possible some old printers dislike PXL 2.1 header
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@10275 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/base/gdevpxut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/gdevpxut.c b/gs/base/gdevpxut.c
index f0d1a670a..248e1bb16 100644
--- a/gs/base/gdevpxut.c
+++ b/gs/base/gdevpxut.c
@@ -42,7 +42,7 @@ px_write_file_header(stream *s, const gx_device *dev)
static const char *const resolution_2400 = "2400";
static const char *const file_header =
"\n@PJL ENTER LANGUAGE = PCLXL\n\
-) HP-PCL XL;2;1;Comment Copyright Artifex Sofware, Inc. 2005\000\n";
+) HP-PCL XL;1;1;Comment Copyright Artifex Sofware, Inc. 2005\000\n";
static const byte stream_header[] = {
DA(pxaUnitsPerMeasure),
DUB(0), DA(pxaMeasure),