cups-filters/cups-filters-manual-copies.patch

14 lines
665 B
Diff
Raw Normal View History

diff --git a/cupsfilters/ppdgenerator.c b/cupsfilters/ppdgenerator.c
index 55801af..428a23e 100644
--- a/cupsfilters/ppdgenerator.c
+++ b/cupsfilters/ppdgenerator.c
@@ -2062,7 +2062,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 */