summaryrefslogtreecommitdiff
path: root/src/core/channels.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/channels.c')
-rw-r--r--src/core/channels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channels.c b/src/core/channels.c
index 04c36744..907d363b 100644
--- a/src/core/channels.c
+++ b/src/core/channels.c
@@ -206,7 +206,7 @@ static void event_connected(SERVER_REC *server)
/* check that we haven't already joined this channel in
same chat network connection.. */
if (channel_find_servers(chatnet_servers, rec->name) == NULL)
- g_string_sprintfa(chans, "%s,", rec->name);
+ g_string_append_printf(chans, "%s,", rec->name);
}
g_slist_free(chatnet_servers);