]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/testmime.c
Load cups into easysw/current.
[thirdparty/cups.git] / scheduler / testmime.c
index 196d1211f50f63282aa144256394f0eebc1e1619..460e1d5878ffda4650e1f239d3af8c959b3404b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id$"
+ * "$Id: testmime.c 5606 2006-05-30 19:40:34Z mike $"
  *
  *   MIME test program for the Common UNIX Printing System (CUPS).
  *
@@ -71,7 +71,7 @@ main(int  argc,                               /* I - Number of command-line args */
   mime        = NULL;
   src         = NULL;
   dst         = NULL;
-  filter_path = "../filter:../pdftops";
+  filter_path = "../filter:../pdftops:" CUPS_SERVERBIN "/filter";
 
   for (i = 1; i < argc; i ++)
     if (!strcmp(argv[i], "-d"))
@@ -331,5 +331,5 @@ type_dir(mime_t     *mime,          /* I - MIME database */
 
 
 /*
- * End of "$Id$".
+ * End of "$Id: testmime.c 5606 2006-05-30 19:40:34Z mike $".
  */