13 lines
529 B
Diff
13 lines
529 B
Diff
diff -up ghostscript-8.62/src/gxclrast.c.pksmraw ghostscript-8.62/src/gxclrast.c
|
|
--- ghostscript-8.62/src/gxclrast.c.pksmraw 2008-03-31 17:24:32.000000000 +0100
|
|
+++ ghostscript-8.62/src/gxclrast.c 2008-03-31 17:25:33.000000000 +0100
|
|
@@ -2606,8 +2606,6 @@ static int apply_create_compositor(gx_de
|
|
rc_increment(tdev);
|
|
*ptarget = tdev;
|
|
}
|
|
- if (code < 0)
|
|
- return code;
|
|
|
|
/* Perform any updates for the clist device required */
|
|
code = pcomp->type->procs.clist_compositor_read_update(pcomp,
|