summaryrefslogtreecommitdiffstats
path: root/src/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printf.c b/src/printf.c
index 02b4ee09d..00730d16c 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -28,7 +28,7 @@
/**
* From FreeBSD libutil code
*/
-static const int maxscale = 7;
+static const int maxscale = 6;
static gchar *
rspamd_humanize_number (gchar *buf, gchar *last, gint64 num, gboolean bytes)