]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/texttops.c
Merge changes from CUPS 1.5svn-r9400
[thirdparty/cups.git] / filter / texttops.c
index ecf5f6adcf6a8fb7b63c8f0b9d0fb7e2d6111f65..af549cefa92f9404d6d36c7298d8d0ca04836287 100644 (file)
@@ -260,7 +260,7 @@ WriteProlog(const char *title,              /* I - Title of job */
   }
   else
   {
-    _cupsLangPrintError(stderr, "ERROR", _("Unable to open psglyphs"));
+    _cupsLangPrintError("ERROR", _("Unable to open psglyphs"));
     exit(1);
   }
 
@@ -279,7 +279,7 @@ WriteProlog(const char *title,              /* I - Title of job */
       * Can't open charset file!
       */
 
-      _cupsLangPrintError(stderr, "ERROR", _("Unable to open charset file"));
+      _cupsLangPrintError("ERROR", _("Unable to open charset file"));
       exit(1);
     }