mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
minor updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@696 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
359453abb0
commit
3eea53d2ee
6 changed files with 10 additions and 1 deletions
|
|
@ -145,6 +145,9 @@ static IRC_SERVER_REC *notifylist_ison_serverlist(const char *nick, const char *
|
|||
IRC_SERVER_REC *server;
|
||||
char **list, **tmp;
|
||||
|
||||
g_return_val_if_fail(nick != NULL, NULL);
|
||||
g_return_val_if_fail(taglist != NULL, NULL);
|
||||
|
||||
list = g_strsplit(taglist, " ", -1);
|
||||
|
||||
server = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue