[arch-dev-public] libpng todo list

Jan de Groot jan at jgc.homeip.net
Tue Jan 19 18:42:07 EST 2010


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.



More information about the arch-dev-public mailing list