]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix cupsManualCopies values in IPP Everywhere PPDs (Apple issue #5807)
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 28 Oct 2020 16:45:27 +0000 (12:45 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 28 Oct 2020 16:45:27 +0000 (12:45 -0400)
CHANGES-OPENPRINTING.md
cups/ppd-cache.c

index d9782704c4ff4e1f1d3d1ce4a2fe5cd646a444a8..00dccc35711830f0f30a81047ab46227ecc8a540 100644 (file)
@@ -33,3 +33,4 @@ Changes in CUPS v2.3.3op1
 - Fixed a potential integer overflow in the PPD hashing code (Issue #13)
 - Fixed output-bin and print-quality handling issues (Issue #18)
 - Fixed crash in rastertopwg (Apple issue #5773)
+- Fixed cupsManualCopies values in IPP Everywhere PPDs (Apple issue #5807)
index 5c10eadf4716ab17688780312c3f4efaa3b6779d..da110a8141f0db290fe148789ba01b03fa220f34 100644 (file)
@@ -3228,7 +3228,7 @@ _ppdCreateFromIPP(char   *buffer, /* I - Filename buffer */
         cupsFilePuts(fp, "*cupsFilter2: \"application/vnd.cups-pdf application/pdf 10 -\"\n");
     }
     else
-      cupsFilePuts(fp, "*cupsManualCopies: true\n");
+      cupsFilePuts(fp, "*cupsManualCopies: True\n");
     if (is_apple)
       cupsFilePuts(fp, "*cupsFilter2: \"image/urf image/urf 100 -\"\n");
     if (is_pwg)