From 6527ee08d464af2633979c1ff205582b6ba2b8f5 Mon Sep 17 00:00:00 2001 From: ache Date: Thu, 7 Feb 2019 08:25:26 +0100 Subject: The real UTF-8 problem is the code --- contactList.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contactList.c b/contactList.c index d9935f0..9c6640c 100644 --- a/contactList.c +++ b/contactList.c @@ -117,7 +117,7 @@ int fillContactList(const char* filename) { nameLength = 0; break; case 2: - contactList[i].name[display_nameLength] = 0; + contactList[i].display_name[display_nameLength] = 0; display_nameLength = 0; break; default: -- cgit v1.2.3