2009-12-04 09:21:59 +00:00
|
|
|
Index: cups-1.3.11/systemv/cupstestppd.c
|
|
|
|
===================================================================
|
|
|
|
--- cups-1.3.11.orig/systemv/cupstestppd.c
|
|
|
|
+++ cups-1.3.11/systemv/cupstestppd.c
|
|
|
|
@@ -931,6 +931,7 @@ main(int argc, /* I - Number of comm
|
|
|
|
if (size->left == 0.0 && size->bottom == 0.0 &&
|
|
|
|
size->right == 0.0 && size->top == 0.0)
|
2007-01-15 23:08:16 +00:00
|
|
|
{
|
|
|
|
+#if 0
|
|
|
|
if (verbose >= 0)
|
|
|
|
{
|
|
|
|
if (!errors && !verbose)
|
2009-12-04 09:21:59 +00:00
|
|
|
@@ -945,6 +946,10 @@ main(int argc, /* I - Number of comm
|
2007-01-15 23:08:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
errors ++;
|
|
|
|
+#else
|
|
|
|
+ printf(" WARN Bad %s choice %s!\n",
|
|
|
|
+ option->keyword, choice->choice);
|
|
|
|
+#endif
|
|
|
|
}
|
|
|
|
|
2009-12-04 09:21:59 +00:00
|
|
|
/*
|