]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror 1.1.x change.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 14 May 2003 00:04:32 +0000 (00:04 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 14 May 2003 00:04:32 +0000 (00:04 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@3721 7a7537e8-13f0-0310-91df-b6672ffda945

systemv/cupstestppd.c

index 160811462f548915cb0cc6666a9b03a9235eb0c2..ed5b19a448684bf03829a99235a3ea4a799c24a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: cupstestppd.c,v 1.1.2.20 2003/02/28 21:07:35 mike Exp $"
+ * "$Id: cupstestppd.c,v 1.1.2.21 2003/05/14 00:04:32 mike Exp $"
  *
  *   PPD test program for the Common UNIX Printing System (CUPS).
  *
@@ -658,6 +658,10 @@ main(int  argc,                    /* I - Number of command-line arguments */
         
       if (verbose >= 0)
       {
+        ppdMarkDefaults(ppd);
+       if (ppdConflicts(ppd))
+         puts("        WARN    Default choices conflicting!");
+
         if (ppdversion < 43)
        {
           printf("        WARN    Obsolete PPD version %.1f!\n",
@@ -871,5 +875,5 @@ usage(void)
 
 
 /*
- * End of "$Id: cupstestppd.c,v 1.1.2.20 2003/02/28 21:07:35 mike Exp $".
+ * End of "$Id: cupstestppd.c,v 1.1.2.21 2003/05/14 00:04:32 mike Exp $".
  */