Update third-party submodule SimpleArchiver
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
Also fixes related to the updated third-party submodule.
This commit is contained in:
parent
9294108f13
commit
2791714f2c
2 changed files with 4 additions and 4 deletions
|
@ -132,7 +132,7 @@
|
|||
strncpy((char*)key, separating_key, separating_key_size); \
|
||||
unsigned char *value = malloc(value_idx); \
|
||||
memcpy(value, value_buf, value_idx); \
|
||||
if (simple_archiver_hash_map_insert(&hash_map, \
|
||||
if (simple_archiver_hash_map_insert(hash_map, \
|
||||
value, \
|
||||
key, \
|
||||
separating_key_size, \
|
||||
|
@ -152,7 +152,7 @@
|
|||
wrapper->paths = hash_map; \
|
||||
\
|
||||
if (simple_archiver_hash_map_insert( \
|
||||
&config.hash_map, \
|
||||
config.hash_map, \
|
||||
wrapper, \
|
||||
value, \
|
||||
value_idx, \
|
||||
|
@ -196,7 +196,7 @@
|
|||
unsigned char *value = malloc(value_idx); \
|
||||
memcpy(value, value_buf, value_idx); \
|
||||
\
|
||||
if (simple_archiver_hash_map_insert(&hash_map_wrapper->paths, \
|
||||
if (simple_archiver_hash_map_insert(hash_map_wrapper->paths, \
|
||||
value, \
|
||||
key, \
|
||||
key_idx, \
|
||||
|
|
2
third_party/SimpleArchiver
vendored
2
third_party/SimpleArchiver
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 425fa7790016d96e11d31407d697540d6893edf9
|
||||
Subproject commit 3408183b3923e0e05811984a33260a7b80b15146
|
Loading…
Reference in a new issue