Fix erronous deletion breaking linux build
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 3s
Windows support is still WIP.
This commit is contained in:
parent
4e54fbf753
commit
94c69bfb0d
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ SDArchiverLinkedList *simple_archiver_parsed_to_filenames(
|
|||
file_info->link_dest = NULL;
|
||||
}
|
||||
simple_archiver_list_add(
|
||||
files_list, file_info
|
||||
files_list, file_info,
|
||||
simple_archiver_internal_free_file_info_fn);
|
||||
simple_archiver_hash_map_insert(
|
||||
&hash_map, &hash_map_sentinel, combined_path,
|
||||
|
|
Loading…
Reference in a new issue