From dc8cc1f3f93d1ef631040fd348ad2747c23dde95 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sat, 11 Jan 2025 18:24:18 -0600 Subject: [PATCH] hashset.hpp --- src/hashset.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hashset.hpp b/src/hashset.hpp index 25b0f162..a17a2e0f 100644 --- a/src/hashset.hpp +++ b/src/hashset.hpp @@ -24,7 +24,7 @@ #define NAME str_set #define KEY_TY int #define HASH_FN vt_hash_string -#define CMPR_FN vt_cmpr_integer +#define CMPR_FN vt_cmpr_string #include "verstable.h" KHASH_SET_INIT_INT64(hashset);