mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 09:32:32 +02: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:
parent
05577dce01
commit
930dd40815
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ static char *server_create_tag(SERVER_CONNECT_REC *conn)
|
||||||
str = g_string_new(tag);
|
str = g_string_new(tag);
|
||||||
|
|
||||||
num = 2;
|
num = 2;
|
||||||
while (server_find_tag(str->str) != NULL &&
|
while (server_find_tag(str->str) != NULL ||
|
||||||
server_find_lookup_tag(str->str) != NULL) {
|
server_find_lookup_tag(str->str) != NULL) {
|
||||||
g_string_sprintf(str, "%s%d", tag, num);
|
g_string_sprintf(str, "%s%d", tag, num);
|
||||||
num++;
|
num++;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue