]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix type
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 18 Jul 2019 17:57:07 +0000 (18:57 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 18 Jul 2019 17:57:07 +0000 (18:57 +0100)
src/client/rspamc.c

index ea2fe0d4c5abf5b18a84e05c4cbc6eeb07ac0690..e118688d06ba76f1bece486cb9afce7a6412fa81 100644 (file)
@@ -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);
                                        }
                                }