From ee58af1e16c8ca452186193faaa634518c88a6c0 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Mon, 13 Jul 2020 13:49:12 +0200 Subject: [PATCH] libcupsfilters: "True" is case-sensitive in PPDs (cherry picked from commit 42868e742bf8db35ed95cdab48fc4c7d6b277c4e) --- cupsfilters/ppdgenerator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cupsfilters/ppdgenerator.c b/cupsfilters/ppdgenerator.c index 508763077..65f41edc2 100644 --- a/cupsfilters/ppdgenerator.c +++ b/cupsfilters/ppdgenerator.c @@ -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 */ -- 2.47.3