aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/rspamc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index ea2fe0d4c..e118688d0 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -1609,7 +1609,7 @@ rspamc_client_cb (struct rspamd_client_connection *conn,
if (raw) {
/* We can also output the resulting json */
- rspamd_fprintf (out, "%*s\n", (gint)rawlen - bodylen,
+ rspamd_fprintf (out, "%*s\n", (gint)(rawlen - bodylen),
raw);
}
}