From: Vsevolod Stakhov Date: Mon, 29 Dec 2014 16:57:39 +0000 (+0000) Subject: Value of fuzzy is signed actually. X-Git-Tag: 0.8.0~13 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a2baa306cc0631c72db00adf3b7bbe280e620c47;p=rspamd.git Value of fuzzy is signed actually. --- 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;