diff options
author | Stefan Kemper <stefan.kemper@artifex.com> | 2001-11-20 16:18:05 +0000 |
---|---|---|
committer | Stefan Kemper <stefan.kemper@artifex.com> | 2001-11-20 16:18:05 +0000 |
commit | c6ef27365d3b063aa7c35a1bec39facbed3b3ee8 (patch) | |
tree | 31392081caaa01ea3d5a7da8a46a138380780382 /psi/psitop.c | |
parent | b0d03fd2c37aa724ec967063b95a0b9086d3edf2 (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-x | psi/psitop.c | 2 |
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 ) |