1
0
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:
Sébastien Helleu
2018-05-19 08:13:30 +02:00
parent 25951cf56d
commit 4b784a631c
+1 -1
View File
@@ -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;