20 Jan
2010
20 Jan
'10
3:24 a.m.
On Tue, Jan 19, 2010 at 6:42 PM, Jan de Groot <jan@jgc.homeip.net> wrote:
On Tue, 2010-01-19 at 16:20 -0500, Eric Bélanger wrote:
IMLIB ERROR: Cannot load image: /usr/share/xine/skins/xine_splash.png All fallbacks failed. xiTK WARNING(xitk_image_load_image:1646): xitk_image_load_image(): couldn't find image /usr/share/xine/skins/xine_splash.png IMLIB ERROR: Cannot load image: /usr/share/xine/skins/xinetic/MainBg.png All fallbacks failed.
Announcement says: replace png_check_sig(buf, 8) with png_sig_cmp(buf, 0, 8) == 0
Your patch doesn't do the == 0, so results from that check are inverted.
Thanks. That was it.