1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

no, didn't work, again :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2920 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-09-14 22:55:25 +00:00 committed by cras
parent 05577dce01
commit 930dd40815

View File

@ -126,7 +126,7 @@ static char *server_create_tag(SERVER_CONNECT_REC *conn)
str = g_string_new(tag);
num = 2;
while (server_find_tag(str->str) != NULL &&
while (server_find_tag(str->str) != NULL ||
server_find_lookup_tag(str->str) != NULL) {
g_string_sprintf(str, "%s%d", tag, num);
num++;