From 9fe2c68ef46f17aa49091da8f4d01e33608e4924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Mon, 1 Nov 2021 19:21:06 +0100 Subject: [PATCH] fixes --- code/vendors/zpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/vendors/zpl.h b/code/vendors/zpl.h index 5638ea4..045d1e6 100644 --- a/code/vendors/zpl.h +++ b/code/vendors/zpl.h @@ -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); \ } \ \