]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
The page-ranges option was incorrectly applied to the banner
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 12 Apr 2007 16:39:05 +0000 (16:39 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Thu, 12 Apr 2007 16:39:05 +0000 (16:39 +0000)
pages (STR #2336)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@6451 7a7537e8-13f0-0310-91df-b6672ffda945

scheduler/job.c

index d7687273d782b0cf69541d306c0ddbb3a9295132..01833037c0821ca2b485b02a49a9d7b4df86225e 100644 (file)
@@ -2721,6 +2721,7 @@ start_job(cupsd_job_t     *job,           /* I - Job ID */
       if ((!strcmp(attr->name, "page-label") ||
            !strcmp(attr->name, "page-border") ||
            !strncmp(attr->name, "number-up", 9) ||
+          !strcmp(attr->name, "page-ranges") ||
           !strcmp(attr->name, "page-set") ||
           !strcasecmp(attr->name, "AP_FIRSTPAGE_InputSlot") ||
           !strcasecmp(attr->name, "AP_FIRSTPAGE_ManualFeed")) &&