talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 27054565773d4262e45bb8a0b0a2f68283a909bc
parent 36c0dbe2d63c661514fc4b58a809e17b4c5a6578
Author: wwp <subscript@free.fr>
Date:   Mon,  4 Oct 2021 10:12:36 +0200

Fix CID 1491198: wrong printf argument type.

Diffstat:
Msrc/plugins/spamassassin/libspamc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/spamassassin/libspamc.c b/src/plugins/spamassassin/libspamc.c @@ -919,7 +919,7 @@ _spamc_read_full_line(struct message *m, int flags, SSL * ssl, int sock, } } - libspamc_log(flags, LOG_ERR, "spamd responded with line of %d bytes, dying", len); + libspamc_log(flags, LOG_ERR, "spamd responded with line of %lu bytes, dying", len); failureval = EX_TOOBIG; failure: