]> git.pld-linux.org Git - packages/enigma.git/blob - enigma-libpng15.patch
- new
[packages/enigma.git] / enigma-libpng15.patch
1 --- enigma-1.01/lib-src/enigma-core/IMG_SavePNG.c~      2005-11-25 00:17:06.000000000 +0100
2 +++ enigma-1.01/lib-src/enigma-core/IMG_SavePNG.c       2012-02-12 09:33:05.722521948 +0100
3 @@ -84,7 +84,7 @@
4                  png_bytep *row_pointers = 0;
5  
6                  /* Set error handling. */
7 -                if (setjmp(png_ptr->jmpbuf)) {
8 +                if (setjmp(png_jmpbuf(png_ptr))) {
9                      IMG_SetError("Error writing the PNG file");
10                  }
11                  else {
This page took 0.066008 seconds and 3 git commands to generate.