aboutsummaryrefslogtreecommitdiff
path: root/dups
diff options
context:
space:
mode:
Diffstat (limited to 'dups')
-rwxr-xr-xdups2
1 files changed, 2 insertions, 0 deletions
diff --git a/dups b/dups
index 4049682..bf59ee9 100755
--- a/dups
+++ b/dups
@@ -141,6 +141,8 @@ foreach my $md5 (keys(%md5s)) {
$index = int($index);
if ($index >= 0 && $index < @best_choices) {
keep($best_choices[$index], @same_md5_files);
+ } else {
+ print "\n!!\t Index outside of range, ignoring\n";
}
}
}