]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testmime.c
Merge changes from CUPS 1.4svn-r8227.
[thirdparty/cups.git] / scheduler / testmime.c
index 3eface432e3b2ce31458b219040c261c2dd24b83..cf14e223b9cbb76b7b62e7e1c18b1d1ee5467bfc 100644 (file)
@@ -3,7 +3,7 @@
  *
  *   MIME test program for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 2007-2008 by Apple Inc.
+ *   Copyright 2007-2009 by Apple Inc.
  *   Copyright 1997-2006 by Easy Software Products, all rights reserved.
  *
  *   These coded instructions, statements, and computer programs are the
@@ -137,7 +137,7 @@ main(int  argc,                             /* I - Number of command-line args */
     puts("MIME database types:");
     for (src = mimeFirstType(mime); src; src = mimeNextType(mime))
     {
-      printf("\t%s/%s:\n", src->super, src->type);
+      printf("\t%s/%s (%d):\n", src->super, src->type, src->priority);
       print_rules(src->rules);
       puts("");
     }