[cairo-commit] cairo ChangeLog,1.478,1.479
Carl Worth
commit at pdx.freedesktop.org
Thu Apr 7 12:35:35 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv16476
Modified Files:
ChangeLog
Log Message:
* src/cairo-png.c (PNG_SIG_SIZE): Use a preprocessor macro to get
a literal value in the array size declaration, (for better
portability to lame compilers that can't deal with a const int
variable for the array size). Reported by Oleg Smolsky.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.478
retrieving revision 1.479
diff -u -d -r1.478 -r1.479
--- ChangeLog 7 Apr 2005 19:33:06 -0000 1.478
+++ ChangeLog 7 Apr 2005 19:35:33 -0000 1.479
@@ -4,6 +4,7 @@
a literal value in the array size declaration, (for better
portability to lame compilers that can't deal with a const int
variable for the array size). Reported by Oleg Smolsky.
+ (PNG_SIG_SIZE): Fix typo.
2005-04-07 Carl Worth <cworth at cworth.org>
More information about the cairo-commit
mailing list