Comment fix. From Bjrn Eriksson <mdeans@algonet.se>

This commit is contained in:
Pavel Roskin 2001-12-07 02:47:04 +00:00
parent 14564f39ac
commit b8eecba1d9

View File

@ -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++) {