summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/gxclpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxclpath.c b/base/gxclpath.c
index 747422324..c97379b90 100644
--- a/base/gxclpath.c
+++ b/base/gxclpath.c
@@ -904,7 +904,7 @@ clist_fill_stroke_path(gx_device * pdev, const gs_gstate * pgs,
904 if (pdevc_stroke == NULL || pdevc_fill == NULL) 904 if (pdevc_stroke == NULL || pdevc_fill == NULL)
905 return_error(gs_error_unknownerror); /* shouldn't happen */ 905 return_error(gs_error_unknownerror); /* shouldn't happen */
906 906
907 if ((cdev->disable_mask & (clist_disable_fill_path || clist_disable_stroke_path)) || 907 if ((cdev->disable_mask & (clist_disable_fill_path | clist_disable_stroke_path)) ||
908 gs_debug_c(',') 908 gs_debug_c(',')
909 ) { 909 ) {
910 /* Disable path-based banding. */ 910 /* Disable path-based banding. */