mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
core: remove unneeded test on variable argv
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ weechat_parse_args (int argc, char *argv[])
|
||||
{
|
||||
int i;
|
||||
|
||||
weechat_argv0 = (argv && argv[0]) ? strdup (argv[0]) : NULL;
|
||||
weechat_argv0 = (argv[0]) ? strdup (argv[0]) : NULL;
|
||||
weechat_upgrading = 0;
|
||||
weechat_home = NULL;
|
||||
weechat_server_cmd_line = 0;
|
||||
|
||||
Reference in New Issue
Block a user