]> git.pld-linux.org Git - packages/Thunar.git/blame - Thunar-libpng.patch
- rel 6
[packages/Thunar.git] / Thunar-libpng.patch
CommitLineData
42428f37
MB
1diff -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.054385 seconds and 4 git commands to generate.