[Commits] [SCM] claws branch, master, updated. 3.18.0-316-g5e410ca8d

jonathan at claws-mail.org jonathan at claws-mail.org
Fri Dec 31 19:17:27 UTC 2021


The branch, master has been updated
       via  5e410ca8d7115fea7443c8781d20bc4486c44c80 (commit)
      from  c98e80d7912eb092e40491ce4d65346d254cb4d1 (commit)

Summary of changes:
 src/plugins/managesieve/sieve_prefs.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 5e410ca8d7115fea7443c8781d20bc4486c44c80
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 e7112de0a..901472e67 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