mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
Comment fix. From Bjrn Eriksson <mdeans@algonet.se>
This commit is contained in:
parent
14564f39ac
commit
b8eecba1d9
@ -655,7 +655,7 @@ do_reload_dir (dir_list * list, sortfn * sort, int count, int rev,
|
||||
* If we have marked files in the copy, scan through the copy
|
||||
* to find matching file. Decrease number of remaining marks if
|
||||
* we copied one.
|
||||
* TODO: Use binary search.
|
||||
* TODO: Use hash table.
|
||||
*/
|
||||
if (marked_cnt > 0) {
|
||||
for (i = 0; i < count; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user