]> git.pld-linux.org Git - packages/WindowMaker.git/blob - WindowMaker-libpng14.patch
- rel 19; fix build
[packages/WindowMaker.git] / WindowMaker-libpng14.patch
1 --- WindowMaker-0.92.0/wrlib/load.c~    2004-10-12 20:21:31.000000000 +0200
2 +++ WindowMaker-0.92.0/wrlib/load.c     2010-02-06 02:46:45.676390539 +0100
3 @@ -348,7 +348,7 @@
4  
5  #ifdef USE_PNG
6      /* check for PNG */
7 -    if (png_check_sig(buffer, 8))
8 +    if (png_sig_cmp(buffer, 0, 8))
9          return IM_PNG;
10  #endif
11  
This page took 0.05103 seconds and 3 git commands to generate.