]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/cupstestppd.c
Remove svn:keywords since they cause svn_load_dirs.pl to complain about every file.
[thirdparty/cups.git] / systemv / cupstestppd.c
index f5885d82b4fcbb7422c406199abc0e9cac443366..515744d113f8c7be4d9b816408045ee7e28824f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: cupstestppd.c 5422 2006-04-18 15:16:00Z mike $"
+ * "$Id: cupstestppd.c 177 2006-06-21 00:20:03Z jlovell $"
  *
  *   PPD test program for the Common UNIX Printing System (CUPS).
  *
@@ -1176,7 +1176,8 @@ main(int  argc,                   /* I - Number of command-line arguments */
        }
       }
 
-      if (ppdFindAttr(ppd, "1284DeviceId", NULL))
+      if ((attr = ppdFindAttr(ppd, "1284DeviceID", NULL)) &&
+          strcmp(attr->name, "1284DeviceID"))
       {
        if (verbose >= 0)
        {
@@ -1729,5 +1730,5 @@ usage(void)
 
 
 /*
- * End of "$Id: cupstestppd.c 5422 2006-04-18 15:16:00Z mike $".
+ * End of "$Id: cupstestppd.c 177 2006-06-21 00:20:03Z jlovell $".
  */