[gs-cvs] rev 8182 - trunk/gs/src
henrys at ghostscript.com
henrys at ghostscript.com
Fri Aug 10 01:15:58 PDT 2007
Author: henrys
Date: 2007-08-10 01:15:58 -0700 (Fri, 10 Aug 2007)
New Revision: 8182
Modified:
trunk/gs/src/gxclpath.c
Log:
This code change should have been committed in tandem with the change
in revision 8055 (see 8055 log for details).
Modified: trunk/gs/src/gxclpath.c
===================================================================
--- trunk/gs/src/gxclpath.c 2007-08-09 18:12:59 UTC (rev 8181)
+++ trunk/gs/src/gxclpath.c 2007-08-10 08:15:58 UTC (rev 8182)
@@ -88,7 +88,7 @@
rop = rop3_know_T_1(rop);
}
return !(rop == rop3_0 || rop == rop3_1 ||
- rop == rop3_D || rop == rop3_S || rop == rop3_T);
+ rop == rop3_S || rop == rop3_T);
}
/* Write out the color for filling, stroking, or masking. */
More information about the gs-cvs
mailing list