]> git.pld-linux.org Git - packages/libpng.git/blob - libpng-irowbytes.patch
- updated to rc2 which works, previous version (even with irowbytes wasn't working...
[packages/libpng.git] / libpng-irowbytes.patch
1 --- libpng-1.2.6rc1/pngpread.c.orig     2004-08-04 13:34:47.000000000 +0200
2 +++ libpng-1.2.6rc1/pngpread.c  2004-08-07 13:52:13.320796920 +0200
3 @@ -1009,7 +1009,7 @@
4              png_pass_inc[png_ptr->pass];
5  
6           png_ptr->irowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,
7 -            png_ptr->iwidth);
8 +            png_ptr->iwidth) + 1;
9  
10           if (png_ptr->transformations & PNG_INTERLACE)
11              break;
This page took 0.094901 seconds and 3 git commands to generate.