Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / zsnes / patches / patch-zip_zpng.c
blobb59d00fb795afee42efb6e5f57d620e059d48157
1 $NetBSD$
3 * direct access is not allowed with png-1.5, but already set color_type.
5 --- zip/zpng.c.orig 2007-01-15 23:06:29.000000000 +0000
6 +++ zip/zpng.c
7 @@ -129,7 +129,6 @@ int Png_Dump(const char *filename, unsig
8 png_set_IHDR(png_ptr, info_ptr, width, height, 8,
9 PNG_COLOR_TYPE_RGB, PNG_INTERLACE_NONE,
10 PNG_COMPRESSION_TYPE_DEFAULT, PNG_FILTER_TYPE_DEFAULT);
11 - info_ptr->color_type = PNG_COLOR_TYPE_RGB;
13 //Allocate an array of scanline pointers
14 row_pointers = (png_bytep*)malloc(height*sizeof(png_bytep));