public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/windowmaker/0.92.0: windowmaker-0.92.0-libpng14.patch
@ 2010-12-01 17:47 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2010-12-01 17:47 UTC (permalink / raw
  To: gentoo-commits

grobian     10/12/01 17:47:59

  Added:                windowmaker-0.92.0-libpng14.patch
  Log:
  windowmaker-0.92.0-patchset-3

Revision  Changes    Path
1.1                  src/patchsets/windowmaker/0.92.0/windowmaker-0.92.0-libpng14.patch

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
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

Index: windowmaker-0.92.0-libpng14.patch
===================================================================
--- wrlib/load.c
+++ wrlib/load.c
@@ -348,7 +348,7 @@
 
 #ifdef USE_PNG
     /* check for PNG */
-    if (png_check_sig(buffer, 8))
+    if (!png_sig_cmp(buffer, 0, 8))
         return IM_PNG;
 #endif
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-01 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-01 17:47 [gentoo-commits] gentoo commit in src/patchsets/windowmaker/0.92.0: windowmaker-0.92.0-libpng14.patch Fabian Groffen (grobian)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox