[cairo-commit] cairo ChangeLog,1.484,1.485

Carl Worth commit at pdx.freedesktop.org
Fri Apr 8 04:43:08 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv28268

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo-matrix.c (cairo_matrix_init_identity): Don't try to
        return a value (even a void value) from a void function. Closes
        bug #2931.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.484
retrieving revision 1.485
diff -u -d -r1.484 -r1.485
--- ChangeLog	7 Apr 2005 22:00:46 -0000	1.484
+++ ChangeLog	8 Apr 2005 11:43:06 -0000	1.485
@@ -1,3 +1,9 @@
+2005-04-08  Carl Worth  <cworth at cworth.org>
+
+	* src/cairo-matrix.c (cairo_matrix_init_identity): Don't try to
+	return a value (even a void value) from a void function. Closes
+	bug #2931.
+
 2005-04-07  Carl Worth  <cworth at cworth.org>
 
 	* src/cairo-wideint.h: Remove broken code for defining




More information about the cairo-commit mailing list