You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A page-set attribute of 'even' is causing the banner page to be skipped because it is an odd page. The fix is to, like number-up and other attributes, ignore the page-set attribute if the job is the banner_page job.
Here are the changes to the Apple source I'm making:
Version: 1.1.22
CUPS.org User: david.gelphman
A page-set attribute of 'even' is causing the banner page to be skipped because it is an odd page. The fix is to, like number-up and other attributes, ignore the page-set attribute if the job is the banner_page job.
Here are the changes to the Apple source I'm making:
RCS file: /cvs/root/cups/scheduler/job.c,v
retrieving revision 1.42
diff -u -d -b -w -r1.42 job.c
--- job.c 2004/10/30 02:47:50 1.42
+++ job.c 2004/11/05 01:00:49
@@ -1453,7 +1453,9 @@
The text was updated successfully, but these errors were encountered: