summaryrefslogtreecommitdiff
path: root/gpdl/psitop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gpdl/psitop.c')
-rw-r--r--gpdl/psitop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpdl/psitop.c b/gpdl/psitop.c
index 590f12627..7f6a0e3c6 100644
--- a/gpdl/psitop.c
+++ b/gpdl/psitop.c
@@ -331,7 +331,7 @@ ps_impl_allocate_interp_instance(pl_interp_implementation_t *impl, gs_memory_t *
/* We start gs with the nullpage device, and replace the device with the
* set_device call from the language independent code.
*/
- gsargs[nargs++] = "-dNODISPLAY";
+ gsargs[nargs++] = "-sDEVICE=nullpage";
/* As we're "printer targetted, use a jobserver */
gsargs[nargs++] = "-dJOBSERVER";