]> code.citadel.org Git - citadel.git/commitdiff
Zero out the 'Display name' field when displaying the
authorArt Cancro <ajc@citadel.org>
Thu, 30 Mar 2006 04:02:33 +0000 (04:02 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 30 Mar 2006 04:02:33 +0000 (04:02 +0000)
screen to create or edit a vCard.

webcit/src/vcard_edit.c

index 4377a80074e9615300d86846496050c8a5d8eaaf..22ade62db42d49f83f8a2c90ebc91fc39eed332c 100644 (file)
@@ -67,6 +67,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        title[0] = 0;
        org[0] = 0;
        extrafields[0] = 0;
+       fullname[0] = 0;
 
        safestrncpy(whatuser, "", sizeof whatuser);