mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
bcec1638cf
a/aaa_terminfo-6.1_20190720-x86_64-1.txz: Upgraded. ap/squashfs-tools-20190721_95230e2-x86_64-1.txz: Upgraded. l/ncurses-6.1_20190720-x86_64-1.txz: Upgraded. l/netpbm-10.87.00-x86_64-1.txz: Upgraded. n/net-tools-20181103_0eebece-x86_64-1.txz: Upgraded.
19 lines
873 B
Diff
19 lines
873 B
Diff
diff --git a/converter/other/pstopnm.c b/converter/other/pstopnm.c
|
|
index f534265..2ab48ab 100644
|
|
--- a/converter/other/pstopnm.c
|
|
+++ b/converter/other/pstopnm.c
|
|
@@ -896,11 +896,11 @@ execGhostscript(int const inputPipeFd,
|
|
ghostscriptProg, arg0,
|
|
deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
|
|
"-q", "-dNOPAUSE",
|
|
- "-dSAFER", "-");
|
|
+ "-dPARANOIDSAFER", "-");
|
|
}
|
|
|
|
- execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt,
|
|
- textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
|
|
+ execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
|
|
+ "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
|
|
|
|
pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
|
|
ghostscriptProg, errno, strerror(errno));
|