Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/windowmaker/0.92.0: windowmaker-0.92.0-libpng14.patch
Date: Wed, 01 Dec 2010 17:48:09
Message-Id: 20101201174759.DF28220054@flycatcher.gentoo.org
1 grobian 10/12/01 17:47:59
2
3 Added: windowmaker-0.92.0-libpng14.patch
4 Log:
5 windowmaker-0.92.0-patchset-3
6
7 Revision Changes Path
8 1.1 src/patchsets/windowmaker/0.92.0/windowmaker-0.92.0-libpng14.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/windowmaker/0.92.0/windowmaker-0.92.0-libpng14.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/windowmaker/0.92.0/windowmaker-0.92.0-libpng14.patch?rev=1.1&content-type=text/plain
12
13 Index: windowmaker-0.92.0-libpng14.patch
14 ===================================================================
15 --- wrlib/load.c
16 +++ wrlib/load.c
17 @@ -348,7 +348,7 @@
18
19 #ifdef USE_PNG
20 /* check for PNG */
21 - if (png_check_sig(buffer, 8))
22 + if (!png_sig_cmp(buffer, 0, 8))
23 return IM_PNG;
24 #endif