about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-01 03:46:29 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-03-01 03:46:29 +0000
commit26f9346887720c451d2df5983e398179935d1e95 (patch)
tree6498ab522a2866963f091f5d3c73dc8d3c0a5a78 /converter/other
parente91b7794264ef6af3856fd54373def89d3a949a9 (diff)
downloadnetpbm-mirror-26f9346887720c451d2df5983e398179935d1e95.tar.gz
netpbm-mirror-26f9346887720c451d2df5983e398179935d1e95.tar.xz
netpbm-mirror-26f9346887720c451d2df5983e398179935d1e95.zip
Release 10.85.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@3553 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pstopnm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/pstopnm.c b/converter/other/pstopnm.c
index d8e18e93..f5342655 100644
--- a/converter/other/pstopnm.c
+++ b/converter/other/pstopnm.c
@@ -899,8 +899,8 @@ execGhostscript(int               const inputPipeFd,
                    "-dSAFER", "-");
     }
 
-    execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
-          "-dNOPAUSE", "-dSAFER", "-", NULL);
+    execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, 
+	  textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
 
     pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
              ghostscriptProg, errno, strerror(errno));