mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed ResultOutline.selectedDupeCount().
This commit is contained in:
parent
1f71157063
commit
7477330961
@ -67,8 +67,8 @@ http://www.hardcoded.net/licenses/hs_license
|
||||
}
|
||||
else {
|
||||
NSInteger r = 0;
|
||||
for (NSArray *path in selected) {
|
||||
if ([path count] == 2) {
|
||||
for (NSIndexPath *path in selected) {
|
||||
if ([path length] == 2) {
|
||||
r++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user