implementation select_all and toggle_selection pt2
This commit is contained in:
@@ -88,6 +88,11 @@ void *thread_mid(){
|
||||
mid_dir.current_file = NULL;
|
||||
}
|
||||
|
||||
unsigned long i;
|
||||
for(i = 0; i < mid_dir.file_count && i < tmp.file_count; i++) {
|
||||
mid_dir.file_list[i].status = tmp.file_list[i].status;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user