]> git.pld-linux.org Git - packages/WindowMaker.git/blame - WindowMaker-libpng14.patch
- release 17 (rebuild against libpng-1.5)
[packages/WindowMaker.git] / WindowMaker-libpng14.patch
CommitLineData
98cc691f
JR
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.080725 seconds and 4 git commands to generate.