Skip to content

Commit 83665fc

Browse files
authored
Merge pull request #71 from spnethw/setattr_bugfixes
SetAttr: fix recursive file attributes/flags changing
2 parents 6df1e0d + a56cf93 commit 83665fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

far2l/src/setattr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,8 @@ bool ShellSetFileAttributes(Panel *SrcPanel, LPCWSTR Object)
17191719
SkipMode = SETATTR_RET_SKIP;
17201720
continue;
17211721
}
1722-
ApplyFSFileFlags(AttrDlg, strFullName, FileAttr);
17231722
}
1723+
ApplyFSFileFlags(AttrDlg, strFullName, FileAttr);
17241724
}
17251725
}
17261726
}

0 commit comments

Comments
 (0)