mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
core: comment unneeded assignment in function string_split_shell (make C static analyzer happy)
This commit is contained in:
@@ -1804,7 +1804,7 @@ string_split_shell (const char *string, int *num_items)
|
||||
args[num_args - 1] = strdup (temp);
|
||||
args[num_args] = NULL;
|
||||
temp[0] = '\0';
|
||||
temp_len = 0;
|
||||
/*temp_len = 0;*/
|
||||
}
|
||||
|
||||
free (string2);
|
||||
|
||||
Reference in New Issue
Block a user