mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Spaces to tabs
This commit is contained in:
parent
25f9c71f69
commit
4a6fbdbe78
@ -118,9 +118,9 @@ static void cmd_server_add_modify(const char *data, gboolean add)
|
||||
|
||||
if (*addr == '\0') cmd_param_error(CMDERR_NOT_ENOUGH_PARAMS);
|
||||
|
||||
value = g_hash_table_lookup(optlist, "port");
|
||||
port = *portstr == '\0' ?
|
||||
(value != NULL && *value != '\0' ? atoi(value) : DEFAULT_SERVER_ADD_PORT)
|
||||
value = g_hash_table_lookup(optlist, "port");
|
||||
port = *portstr == '\0' ?
|
||||
(value != NULL && *value != '\0' ? atoi(value) : DEFAULT_SERVER_ADD_PORT)
|
||||
: atoi(portstr);
|
||||
|
||||
chatnet = g_hash_table_lookup(optlist, "network");
|
||||
|
Loading…
Reference in New Issue
Block a user