[Commits] [SCM] claws branch, master, updated. 3.17.3-5-g11e876a

ticho at claws-mail.org ticho at claws-mail.org
Sat Dec 29 13:54:02 CET 2018


The branch, master has been updated
       via  11e876ad4a159cd66864b3c17c2c23c4104d08cc (commit)
      from  fc3ae4dc1065a1cc42a0e3ea0f056a8eb7da928d (commit)

Summary of changes:
 src/plugins/managesieve/sieve_prefs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 11e876ad4a159cd66864b3c17c2c23c4104d08cc
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Sat Dec 29 13:53:25 2018 +0100

    Remove use of %hhu format in managesieve for g_strdup_printf()

diff --git a/src/plugins/managesieve/sieve_prefs.c b/src/plugins/managesieve/sieve_prefs.c
index ec37130..a398cfc 100644
--- a/src/plugins/managesieve/sieve_prefs.c
+++ b/src/plugins/managesieve/sieve_prefs.c
@@ -579,7 +579,7 @@ void sieve_prefs_account_set_config(
 		enc_userid = g_base64_encode(config->userid, len);
 	}
 
-	confstr = g_strdup_printf("%c%c %s %c%hu %hhu %hhu %hhu %s",
+	confstr = g_strdup_printf("%c%c %s %c%hu %hu %hu %hu %s",
 			config->enable ? 'y' : 'n',
 			config->use_host ? 'y' : 'n',
 			config->host && config->host[0] ? config->host : "!",

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list