]> git.pld-linux.org Git - packages/Thunar.git/blob - Thunar-libpng.patch
- added -libpng.patch
[packages/Thunar.git] / Thunar-libpng.patch
1 diff -Naur Thunar-1.0.1.orig/thunar-vfs/thunar-vfs-thumb.c Thunar-1.0.1/thunar-vfs/thunar-vfs-thumb.c
2 --- Thunar-1.0.1.orig/thunar-vfs/thunar-vfs-thumb.c    2010-01-20 21:31:35.000000000 -0500
3 ++ Thunar-1.0.1/thunar-vfs/thunar-vfs-thumb.c 2010-01-20 21:34:51.000000000 
4 @@ -1169,7 +1169,7 @@
5      goto done0;
6  
7    /* verify the png signature */
8 -  if (G_LIKELY (png_check_sig ((png_bytep) signature, sizeof (signature))))
9 +  if (G_LIKELY (!png_sig_cmp ((png_bytep) signature, 0, sizeof (signature))))
10      rewind (fp);
11    else
12      goto done0;
This page took 0.023401 seconds and 3 git commands to generate.