From 5d163f4785200063b0aeaa199178381ea2243423 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 12 Apr 2021 13:58:40 +0200 Subject: m fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcontacts_parse_contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcontacts_parse_contact.c b/libcontacts_parse_contact.c index e0091f8..ead729a 100644 --- a/libcontacts_parse_contact.c +++ b/libcontacts_parse_contact.c @@ -420,7 +420,7 @@ libcontacts_parse_contact(char *data, struct libcontacts_contact *contact) } else if (TEST(unindent(p), "REMOVE") && !contact->blocks[i]->hard_unblock && (t = gettime(p))) { contact->blocks[i]->hard_unblock = t; } else { - if (addstr(&contact->organisations[i]->unrecognised_data, unindent(p))) + if (addstr(&contact->blocks[i]->unrecognised_data, unindent(p))) goto fail; } break; -- cgit v1.2.3-70-g09d2