cups/cups-1.1.21-testppd_duplex.patch

22 lines
540 B
Diff

--- cups-1.1.21/systemv/cupstestppd.c.orig 2004-08-23 20:36:50.000000000 +0200
+++ cups-1.1.21/systemv/cupstestppd.c 2004-09-20 16:19:12.427769515 +0200
@@ -854,6 +854,7 @@
strcmp(choice->choice, "DuplexTumble") &&
strcmp(choice->choice, "SimplexTumble"))
{
+#if 0
if (verbose >= 0)
{
if (!errors && !verbose)
@@ -865,6 +866,10 @@
}
errors ++;
+#else
+ printf(" WARN Bad %s choice %s!\n",
+ option->keyword, choice->choice);
+#endif
}
}