[cairo-commit] src/cairo-image-info.c
Adrian Johnson
ajohnson at kemper.freedesktop.org
Tue Nov 25 12:12:08 PST 2008
src/cairo-image-info.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8fa3cd95641e9138406d651b0734ee84f1da60d2
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Wed Nov 26 06:40:47 2008 +1030
Change uint to uint32_t
diff --git a/src/cairo-image-info.c b/src/cairo-image-info.c
index f84bcaf..8fc7705 100644
--- a/src/cairo-image-info.c
+++ b/src/cairo-image-info.c
@@ -179,7 +179,7 @@ _jpx_get_box_contents (const unsigned char *p)
static cairo_bool_t
_jpx_match_box (const unsigned char *p, const unsigned char *end, uint32_t type)
{
- uint length;
+ uint32_t length;
if (p + 8 < end) {
length = _get_be32 (p);
More information about the cairo-commit
mailing list