20 lines
938 B
Diff
20 lines
938 B
Diff
--- netpbm-10.28/converter/other/pstopnm.c.CAN-2005-2471 2004-06-23 04:22:33.000000000 +0200
|
|
+++ netpbm-10.28/converter/other/pstopnm.c 2005-08-09 08:41:42.000000000 +0200
|
|
@@ -702,13 +702,13 @@
|
|
|
|
if (verbose) {
|
|
pm_message("execing '%s' with args '%s' (arg 0), "
|
|
- "'%s', '%s', '%s', '%s', '%s', '%s', '%s'",
|
|
+ "'%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s'",
|
|
ghostscriptProg, arg0,
|
|
- deviceopt, outfileopt, gopt, ropt, "-q", "-dNOPAUSE", "-");
|
|
+ deviceopt, outfileopt, gopt, ropt, "-q", "-dNOPAUSE", "-dPARANOIDSAFER", "-");
|
|
}
|
|
|
|
execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
|
|
- "-dNOPAUSE", "-", NULL);
|
|
+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
|
|
|
|
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
|
|
ghostscriptProg, errno, strerror(errno));
|