diff options
Diffstat (limited to 'x11-fm/thunar/files/patch-thunar-vfs-thumb.c')
-rw-r--r-- | x11-fm/thunar/files/patch-thunar-vfs-thumb.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-fm/thunar/files/patch-thunar-vfs-thumb.c b/x11-fm/thunar/files/patch-thunar-vfs-thumb.c deleted file mode 100644 index 96febbd462e3..000000000000 --- a/x11-fm/thunar/files/patch-thunar-vfs-thumb.c +++ /dev/null @@ -1,11 +0,0 @@ ---- thunar-vfs/thunar-vfs-thumb.c.orig 2009-01-12 21:38:49.000000000 +0100 -+++ thunar-vfs/thunar-vfs-thumb.c 2010-03-29 08:32:55.000000000 +0200 -@@ -1169,7 +1169,7 @@ - goto done0; - - /* verify the png signature */ -- if (G_LIKELY (png_check_sig ((png_bytep) signature, sizeof (signature)))) -+ if (G_LIKELY (!png_sig_cmp ((png_bytep) signature, 0, sizeof (signature)))) - rewind (fp); - else - goto done0; |