commit 6cfe20b1b0bbc3daa1515699101963d218df539f
parent 494eff54d1138b567e371dd5e5f27e85844ada20
Author: Colin Leroy <colin@colino.net>
Date: Thu, 5 Jun 2014 17:55:17 +0200
Wrong fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/account.c b/src/account.c
@@ -210,7 +210,7 @@ void account_read_config_all(void)
while (fgets(buf, sizeof(buf), fp) != NULL) {
if (!strncmp(buf, "[Account: ", 10)) {
strretchomp(buf);
- memmove(buf, buf + 1, strlen(buf) - 1);
+ memmove(buf, buf + 1, strlen(buf));
buf[strlen(buf) - 1] = '\0';
debug_print("Found label: %s\n", buf);
ac_label_list = g_slist_append(ac_label_list,