summaryrefslogtreecommitdiff
path: root/base/gsdevice.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2019-06-19 18:43:33 +0100
committerRobin Watts <Robin.Watts@artifex.com>2019-07-02 12:17:14 +0100
commite6966d10ec319a25ad91e4aa53a783edede7b62b (patch)
tree7f9fdbdf558939685bcac77c8c28051041fd4260 /base/gsdevice.c
parente585a31732e966f1508b64f04cacbaf8ede65c68 (diff)
downloadghostpdl-e6966d10ec319a25ad91e4aa53a783edede7b62b.tar.gz
Add gsapi call to introduce new 'Filing Systems' to gs.
Still to do - Example?
Diffstat (limited to 'base/gsdevice.c')
-rw-r--r--base/gsdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsdevice.c b/base/gsdevice.c
index 1693a56b8..16b075286 100644
--- a/base/gsdevice.c
+++ b/base/gsdevice.c
@@ -1237,7 +1237,7 @@ gx_device_open_output_file(const gx_device * dev, char *fname,
}
gp_file_FILE_set(*pfile, dev->memory->gs_lib_ctx->core->fstdout, noclose);
/* Force stdout to binary. */
- code = gp_setmode_binary(*pfile, true);
+ code = gp_setmode_binary_impl(dev->memory->gs_lib_ctx->core->fstdout, true);
goto done;
} else if (parsed.iodev && !strcmp(parsed.iodev->dname, "%pipe%")) {
positionable = false;