]> git.ipfire.org Git - thirdparty/cups-filters.git/commitdiff
libcupsfilters, libppd: "True" is case-sensitive in PPDs
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 13 Jul 2020 11:49:12 +0000 (13:49 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 13 Jul 2020 11:49:12 +0000 (13:49 +0200)
cupsfilters/ppdgenerator.c
ppd/ppd-cache.c

index 508763077744142cd7a0e0d34d43954d1e39e1ab..65f41edc2c62f9d032b6e20bf2e95d16d4094fbb 100644 (file)
@@ -2073,7 +2073,7 @@ ppdCreateFromIPP2(char         *buffer,          /* I - Filename buffer */
      format, we need to create multiple copies on the client. We add a line to
      the PPD which tells the pdftopdf filter to generate the copies */
   if (manual_copies == 1)
-    cupsFilePuts(fp, "*cupsManualCopies: true\n");
+    cupsFilePuts(fp, "*cupsManualCopies: True\n");
 
   /* No resolution requirements by any of the supported PDLs? 
      Use "printer-resolution-supported" attribute */
index 7497fe5d6a386c08d1410bfe770b435bfe11112f..a7f55e9e655cef7727601198615e87a817ab49cf 100644 (file)
@@ -3298,7 +3298,7 @@ ppdCreateFromIPPCUPS(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)