isolation_bkp/dynres
Dominik Madarász 2021-11-01 19:21:06 +01:00
parent fbf9129b8a
commit 9fe2c68ef4
1 changed files with 1 additions and 1 deletions

2
code/vendors/zpl.h vendored
View File

@ -4416,7 +4416,7 @@ ZPL_JOIN2(FUNC, rehash_fast)(h); \
} \
} \
\
void ZPL_JOIN2(FUNC, remove_entry)(NAME * h, size_t idx) { \
void ZPL_JOIN2(FUNC, remove_entry)(NAME * h, zpl_isize idx) { \
zpl_array_remove_at(h->entries, idx); \
} \
\