From 6a75f2c17d647d4890406936f8c2b9a2b56b5a97 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 12 Apr 2016 13:23:07 +0200 Subject: Revert "Fix some errors created when changing set account to GSList" This reverts commit d3e3c73a4b194e666fb3a5f59a0badf6eba292ff. --- irc_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'irc_channel.c') diff --git a/irc_channel.c b/irc_channel.c index f66cf654..739360de 100644 --- a/irc_channel.c +++ b/irc_channel.c @@ -883,7 +883,7 @@ static char *set_eval_by_account(set_t *set, char *value) if (!(acc = account_get(ic->irc->b, *account))) { goto fail; } else { - new_acc = g_slist_append(new_acc, acc); + new_acc = g_slist_append(new_acc, account); } } -- cgit v1.2.3