summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;