aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-29 16:57:39 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-12-29 16:57:39 +0000
commita2baa306cc0631c72db00adf3b7bbe280e620c47 (patch)
tree302337f9fc2d6cfe9cbcde48f9ebe1a243370e46
parent85025ae8a4def1b4cb1f4ff1d878c706e6b9a3e5 (diff)
downloadrspamd-a2baa306cc0631c72db00adf3b7bbe280e620c47.tar.gz
rspamd-a2baa306cc0631c72db00adf3b7bbe280e620c47.zip
Value of fuzzy is signed actually.
-rw-r--r--src/fuzzy_storage.h2
1 files changed, 1 insertions, 1 deletions
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;