Fix warnings when compiling with mingw32
[pspp-builds.git] / src / output / postscript.c
index 00ba672c147a86656c6bb70141e1bd8c4f988dc1..f737baea2ff9183f1daffacb8e6c94212996a3c4 100644 (file)
@@ -46,7 +46,6 @@
 #include "minmax.h"
 #include "output.h"
 #include "size_max.h"
-#include "strsep.h"
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
@@ -1421,7 +1420,8 @@ reencode_font (struct outp_driver *this, struct font *font)
   fputs ("] RF\n", x->file);
 
   if (freaderror (file) != 0)
-    error (errno, 0, "closing Postscript encoding \"%s\"", font->encoding_fn);
+    error (errno, 0, _("closing Postscript encoding \"%s\""),
+           font->encoding_fn);
 }
 
 /* PostScript driver class. */