mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
(do_compute_dir_count): display directory name only.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
a6b3cc8f24
commit
01d6801f4e
@ -549,7 +549,8 @@ do_compute_dir_size (const vfs_path_t * dirname_vpath, void *ui,
|
|||||||
update_ui_count++;
|
update_ui_count++;
|
||||||
if ((update_ui_count & 31) == 0)
|
if ((update_ui_count & 31) == 0)
|
||||||
ret =
|
ret =
|
||||||
(cback == NULL) ? FILE_CONT : cback (ui, tmp_vpath, *dir_count, *ret_total);
|
(cback == NULL) ? FILE_CONT : cback (ui, dirname_vpath, *dir_count,
|
||||||
|
*ret_total);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user