20 Jan
2010
20 Jan
'10
12:42 a.m.
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.