e82d73b120
Fixed typos in description of WindowMaker.spec OBS-URL: https://build.opensuse.org/request/show/77134 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=8
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
|
|
|