[Commit] libic ChangeLog,1.7,1.8

Carl Worth commit@keithp.com
Mon, 05 May 2003 09:27:11 -0700


Committed by: cworth

Update of /local/src/CVS/libic
In directory home.keithp.com:/tmp/cvs-serv32689

Modified Files:
	ChangeLog 
Log Message:
Avoid crash in IcCompositeTrapezoids when there's nothing to draw.

Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/libic/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ChangeLog	26 Apr 2003 16:57:54 -0000	1.7
+++ ChangeLog	5 May 2003 16:27:09 -0000	1.8
@@ -1,3 +1,8 @@
+2003-05-05  Carl Worth  <cworth@isi.edu>
+
+	* src/ictrap.c (IcCompositeTrapezoids): Avoid crash if there's
+	nothing to draw.
+
 2003-04-26  Carl Worth  <cworth@isi.edu>
 
 	* src/icimage.c (IcImageDestroy): Fix memory leak of image->pixels