Fix CID 1491361: logically dead code (ternary operator).
authorwwp <subscript@free.fr>
Thu, 30 Sep 2021 09:16:52 +0000 (11:16 +0200)
committerwwp <subscript@free.fr>
Thu, 30 Sep 2021 09:16:52 +0000 (11:16 +0200)
src/common/utils.c

index 66abb39bf471d591b62109d1012949817f241b1c..d4abe2a8e0fa8de0ee88c4daa8c33dd1a6995ae4 100644 (file)
@@ -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);