[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-270-g68a5fe8e4

wwp at claws-mail.org wwp at claws-mail.org
Thu Sep 30 11:17:27 CEST 2021


The branch, gtk3 has been updated
       via  68a5fe8e484c636ed13a4e885139af701d1f1adb (commit)
      from  06019f2e459a6405fa4ab375d6a3260e23398472 (commit)

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


- Log -----------------------------------------------------------------
commit 68a5fe8e484c636ed13a4e885139af701d1f1adb
Author: wwp <subscript at free.fr>
Date:   Thu Sep 30 11:16:52 2021 +0200

    Fix CID 1491361: logically dead code (ternary operator).

diff --git a/src/common/utils.c b/src/common/utils.c
index 66abb39bf..d4abe2a8e 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -2629,7 +2629,7 @@ gint execute_command_line(const gchar *cmdline, gboolean async,
 
 	cm_return_val_if_fail(cmdline != NULL, -1);
 
-	debug_print("execute_command_line(): executing: %s\n", cmdline?cmdline:"(null)");
+	debug_print("execute_command_line(): executing: %s\n", cmdline);
 
 	argv = strsplit_with_quote(cmdline, " ", 0);
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list