4965d6ac8a
Copy from X11:windowmanagers/WindowMaker based on submit request 36897 from user oertel OBS-URL: https://build.opensuse.org/request/show/36897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=15
12 lines
203 B
Diff
12 lines
203 B
Diff
--- 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
|
|
|