diff options
author | wiz <wiz@pkgsrc.org> | 2006-04-21 17:24:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-04-21 17:24:52 +0000 |
commit | 63726971cbf391571f465858788a5af61ace3a4c (patch) | |
tree | 262e424d89fbd83cdcf0087b930f734444129427 /print/cups/patches | |
parent | 1cdcf7c6c1ad565d19883268235230f7628765bc (diff) | |
download | pkgsrc-63726971cbf391571f465858788a5af61ace3a4c.tar.gz |
regen patch-ai for less fuzz.
Diffstat (limited to 'print/cups/patches')
-rw-r--r-- | print/cups/patches/patch-ai | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups/patches/patch-ai b/print/cups/patches/patch-ai index 0a788e096a7..bd70b465c9c 100644 --- a/print/cups/patches/patch-ai +++ b/print/cups/patches/patch-ai @@ -1,9 +1,8 @@ -$NetBSD: patch-ai,v 1.14 2006/04/19 17:01:34 wiz Exp $ +$NetBSD: patch-ai,v 1.15 2006/04/21 17:24:52 wiz Exp $ --- filter/image-png.c.orig 2005-01-03 20:29:57.000000000 +0100 +++ filter/image-png.c -@@ -82,7 +82,7 @@ ImageReadPNG(image_t *img, /* IO - I - +@@ -83,7 +83,7 @@ ImageReadPNG(image_t *img, /* IO - I png_read_info(pp, info); fprintf(stderr, "DEBUG: PNG image: %dx%dx%d, color_type=%x (%s%s%s)\n", @@ -11,6 +10,7 @@ $NetBSD: patch-ai,v 1.14 2006/04/19 17:01:34 wiz Exp $ + (int)info->width, (int)info->height, info->bit_depth, info->color_type, (info->color_type & PNG_COLOR_MASK_COLOR) ? "RGB" : "GRAYSCALE", (info->color_type & PNG_COLOR_MASK_ALPHA) ? "+ALPHA" : "", + (info->color_type & PNG_COLOR_MASK_PALETTE) ? "+PALETTE" : ""); @@ -252,7 +252,7 @@ ImageReadPNG(image_t *img, /* IO - I } |