[SCM] findimagedupes branch, master, updated. debian/2.18-3-4-g40222cb

Manuel Prinz manuel at debian.org
Mon Oct 26 22:17:06 UTC 2009


The following commit has been merged in the master branch:
commit 132a447ed09b553566c57d58aaa7c33250b09ac9
Author: Manuel Prinz <manuel at debian.org>
Date:   Mon Oct 26 22:38:17 2009 +0100

    Use full namespace location to diffbits(), so this function can be found

diff --git a/findimagedupes b/findimagedupes
index 3eb12d3..ca6afd5 100755
--- a/findimagedupes
+++ b/findimagedupes
@@ -509,7 +509,7 @@ sub fingerprint {
 }
 
 sub finddupes {
-	my @matches = diffbits(\%fpcache, \%filelist, $threshold, $add);
+	my @matches = findimagedupes::C::diffbits(\%fpcache, \%filelist, $threshold, $add);
 
 	my (%set, %ptr, %val);
 

-- 
findimagedupes



More information about the debian-science-commits mailing list