summaryrefslogtreecommitdiff
path: root/devices/gdevtsep.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-02-13 10:50:10 +0000
committerRobin Watts <Robin.Watts@artifex.com>2020-02-20 10:50:31 +0000
commit5ee682a20c494e8f1c65a7a95470252df6d9cdf4 (patch)
treedf1b6c8f2e691baa5ed784335d5dad4a1932f29c /devices/gdevtsep.c
parentd26e2d1c628d88263c4d946bdaf2145a438a1416 (diff)
downloadghostpdl-5ee682a20c494e8f1c65a7a95470252df6d9cdf4.tar.gz
Enable CAL for gxicolor halftoning.
Looks like the calling code was unfinished, and the build changes were not done. Also, squash some warnings.
Diffstat (limited to 'devices/gdevtsep.c')
-rw-r--r--devices/gdevtsep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/gdevtsep.c b/devices/gdevtsep.c
index f82072c38..7fddf1c7c 100644
--- a/devices/gdevtsep.c
+++ b/devices/gdevtsep.c
@@ -2827,7 +2827,7 @@ tiffsep1_print_page(gx_device_printer * pdev, gp_file * file)
if(cal_ht != NULL) {
if (cal_halftone_process_planar(cal_ht,
pdev->memory->non_gc_memory,
- &params.data[0],
+ (const byte * const *)&params.data[0],
ht_callback,
tfdev) < 0)
goto cal_fail;