From ec99ce37ff7a9eac15463aa7c6b9a9f47c0aaf15 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 11 Jan 2025 23:32:00 -0600 Subject: [PATCH] hashset.hpp --- src/hashset.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hashset.hpp b/src/hashset.hpp index 075ddbf1..dc36534e 100644 --- a/src/hashset.hpp +++ b/src/hashset.hpp @@ -37,8 +37,8 @@ vt_hash_uint64(const uint64_t hash_) static inline bool -vt_cmpr_const_string(const char *key_1, - const char *key_2) +vt_cmpr_uint64(const uint64_t key_1, + const uint64_t key_2) { return (strcmp(key_1,key_2) == 0); }