diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-19 13:53:45 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-13 11:28:25 +0200 |
commit | dc2ba49207af71193f1390d84bba4e15aeea0ce0 (patch) | |
tree | 79c2a51cb5fa2b87800b1113e0015a7108cd2eb3 /devices/gdevcljc.c | |
parent | Import Ghostscript 9.50 (diff) | |
download | ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.gz ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.tar.bz2 ghostscript-gpl-patches-dc2ba49207af71193f1390d84bba4e15aeea0ce0.zip |
Import Ghostscript 9.52ghostscript-9.52
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'devices/gdevcljc.c')
-rw-r--r-- | devices/gdevcljc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/gdevcljc.c b/devices/gdevcljc.c index 703f2639..65933260 100644 --- a/devices/gdevcljc.c +++ b/devices/gdevcljc.c @@ -68,7 +68,7 @@ cljc_print_page(gx_device_printer * pdev, gp_file * prn_stream) code = gdev_prn_copy_scan_lines(pdev, i, (byte *) data, raster); if (code < 0) - break; + goto out; compressed_size = gdev_pcl_mode3compress(raster, data, prow, cdata); gp_fprintf(prn_stream, "\033*b%dW", compressed_size); gp_fwrite(cdata, sizeof(byte), compressed_size, prn_stream); |