diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 06:32:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-29 06:32:45 +0000 |
commit | 6ed6b44890f011b09fbafcce26b96a5e4b7bf831 (patch) | |
tree | becfe42613c3ff4f04c9635547fd39e0e875decd /x11-fm/thunar | |
parent | 02246fee5153077bc98bbc6929d4f9538488c94c (diff) | |
download | ports-6ed6b44890f011b09fbafcce26b96a5e4b7bf831.tar.gz ports-6ed6b44890f011b09fbafcce26b96a5e4b7bf831.zip |
Notes
Diffstat (limited to 'x11-fm/thunar')
-rw-r--r-- | x11-fm/thunar/files/patch-thunar-vfs-thumb.c | 22 |
1 files changed, 11 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 index 0c794c8abeb1..96febbd462e3 100644 --- a/x11-fm/thunar/files/patch-thunar-vfs-thumb.c +++ b/x11-fm/thunar/files/patch-thunar-vfs-thumb.c @@ -1,11 +1,11 @@ ---- work.bk/Thunar-1.0.1/thunar-vfs/thunar-vfs-thumb.c 2009-01-12 12:38:49.000000000 -0800
-+++ work/Thunar-1.0.1/thunar-vfs/thunar-vfs-thumb.c 2010-03-28 19:57:36.000000000 -0700
-@@ -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;
+--- 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; |