Fix error with saving results of name duplicates (#307)

pull/316/head
Rafał Mikrut 3 years ago committed by GitHub
parent 50ad3f9873
commit 0fa6692d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1089,7 +1089,7 @@ impl SaveResults for DuplicateFinder {
}
match self.check_method {
CheckingMethod::Name => {
if !self.files_with_identical_size.is_empty() {
if !self.files_with_identical_names.is_empty() {
writeln!(writer, "-------------------------------------------------Files with same names-------------------------------------------------").unwrap();
writeln!(
writer,

Loading…
Cancel
Save