diff options
Diffstat (limited to 'dups')
-rwxr-xr-x | dups | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"; } } } |