[gs-cvs] gs/src
Igor Melichev
igor at ghostscript.com
Sun Mar 14 14:10:55 PST 2004
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv10812/gs/src
Modified Files:
zpcolor.c
Log Message:
Fix : A Cygwin/gcc warning.
EXPECTED DIFFERENCES :
None.
Index: zpcolor.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/zpcolor.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- a/zpcolor.c 17 Feb 2004 15:12:40 -0000 1.13
+++ b/zpcolor.c 14 Mar 2004 22:10:53 -0000 1.14
@@ -150,7 +150,7 @@
return_error(e_rangecheck);
{
/* We can't count on C compilers to recognize the aliasing */
- /* that would be involved in a direct assignment
+ /* that would be involved in a direct assignment */
/* cs.params.pattern.base_space = *(gs_paint_color_space *)&cs; */
/* At least MSVC7 chocks with it. */
memmove(&cs.params.pattern.base_space, &cs, sizeof(gs_paint_color_space));
More information about the gs-cvs
mailing list