summaryrefslogtreecommitdiff
path: root/psi/psitop.c
diff options
context:
space:
mode:
authorStefan Kemper <stefan.kemper@artifex.com>2001-11-20 16:18:05 +0000
committerStefan Kemper <stefan.kemper@artifex.com>2001-11-20 16:18:05 +0000
commitc6ef27365d3b063aa7c35a1bec39facbed3b3ee8 (patch)
tree31392081caaa01ea3d5a7da8a46a138380780382 /psi/psitop.c
parentb0d03fd2c37aa724ec967063b95a0b9086d3edf2 (diff)
Changed pdf id string to match all 1.X versions of PDF.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1560 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'psi/psitop.c')
-rwxr-xr-xpsi/psitop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/psitop.c b/psi/psitop.c
index c0efc8466..97edddac4 100755
--- a/psi/psitop.c
+++ b/psi/psitop.c
@@ -240,7 +240,7 @@ ps_impl_process(
appropriate state variables to process either a pdf or ps
job */
if ( psi->fresh_job ) {
- const char pdf_idstr[] = "%PDF-1.2";
+ const char pdf_idstr[] = "%PDF-1.";
/* do we have enough data? */
const uint pdf_idstr_len = strlen(pdf_idstr);
if ( avail < pdf_idstr_len )