aboutsummaryrefslogtreecommitdiff
path: root/contactList.c
diff options
context:
space:
mode:
Diffstat (limited to 'contactList.c')
-rw-r--r--contactList.c2
1 files changed, 1 insertions, 1 deletions
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: