From a2baa306cc0631c72db00adf3b7bbe280e620c47 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 29 Dec 2014 16:57:39 +0000 Subject: [PATCH] Value of fuzzy is signed actually. --- src/fuzzy_storage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index 93488914d..b3c65e4cd 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -37,7 +37,7 @@ RSPAMD_PACKED(rspamd_fuzzy_shingle_cmd) { }; RSPAMD_PACKED(rspamd_fuzzy_reply) { - guint32 value; + gint32 value; guint32 flag; guint32 tag; float prob; -- 2.39.5