[Commits] [SCM] claws branch, master, updated. 3.18.0-212-g9caee5ad8
wwp at claws-mail.org
wwp at claws-mail.org
Thu Sep 30 11:17:23 CEST 2021
The branch, master has been updated
via 9caee5ad89c1ba99497597114812b2b7982e0e7b (commit)
from 0da71bb6bac180dc81dd553156a02768b18a2cff (commit)
Summary of changes:
src/common/utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 9caee5ad89c1ba99497597114812b2b7982e0e7b
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