summaryrefslogtreecommitdiff
path: root/cups/ppd-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/ppd-cache.c')
-rw-r--r--cups/ppd-cache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cups/ppd-cache.c b/cups/ppd-cache.c
index e161d057a..c40214823 100644
--- a/cups/ppd-cache.c
+++ b/cups/ppd-cache.c
@@ -1271,7 +1271,8 @@ _ppdCacheCreateWithPPD(ppd_file_t *ppd) /* I - PPD file */
if (filter)
cupsArrayAdd(pc->filters,
- "application/vnd.cups-command application/postscript 0 -");
+ "application/vnd.cups-command application/postscript 100 "
+ "commandtops");
}
if ((ppd_attr = ppdFindAttr(ppd, "cupsPreFilter", NULL)) != NULL)