[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-376-g20e0932b9
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Nov 29 08:27:13 CET 2021
The branch, gtk3 has been updated
via 20e0932b9bb60ea0437247348b3b8a942ed43ce7 (commit)
from 0801d2ee795bed94f5d459ef801fb056adc93c88 (commit)
Summary of changes:
src/plugins/managesieve/sieve_prefs.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 20e0932b9bb60ea0437247348b3b8a942ed43ce7
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sat Nov 20 04:57:11 2021 -0700
Fix clang -Wformat warning
diff --git a/src/plugins/managesieve/sieve_prefs.c b/src/plugins/managesieve/sieve_prefs.c
index 4431e7fee..cec3c201c 100644
--- a/src/plugins/managesieve/sieve_prefs.c
+++ b/src/plugins/managesieve/sieve_prefs.c
@@ -586,9 +586,9 @@ void sieve_prefs_account_set_config(
config->host && config->host[0] ? config->host : "!",
config->use_port ? 'y' : 'n',
config->port,
- config->tls_type,
- config->auth,
- config->auth_type,
+ (unsigned short)config->tls_type,
+ (unsigned short)config->auth,
+ (unsigned short)config->auth_type,
enc_userid ? enc_userid : "");
if (enc_userid)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list