Fix erronous deletion breaking linux build
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:
Stephen Seo 2024-07-05 18:47:24 +09:00
parent 4e54fbf753
commit 94c69bfb0d

View file

@ -432,7 +432,7 @@ SDArchiverLinkedList *simple_archiver_parsed_to_filenames(
file_info->link_dest = NULL; file_info->link_dest = NULL;
} }
simple_archiver_list_add( simple_archiver_list_add(
files_list, file_info files_list, file_info,
simple_archiver_internal_free_file_info_fn); simple_archiver_internal_free_file_info_fn);
simple_archiver_hash_map_insert( simple_archiver_hash_map_insert(
&hash_map, &hash_map_sentinel, combined_path, &hash_map, &hash_map_sentinel, combined_path,