summaryrefslogtreecommitdiff
path: root/pith/takeaddr.c
diff options
context:
space:
mode:
Diffstat (limited to 'pith/takeaddr.c')
-rw-r--r--pith/takeaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/takeaddr.c b/pith/takeaddr.c
index 1fb22ef6..233a6987 100644
--- a/pith/takeaddr.c
+++ b/pith/takeaddr.c
@@ -1804,7 +1804,7 @@ detach_vcard_att(MAILSTREAM *stream, long int msgno, struct mail_bodystruct *bod
if(dtext)
fs_give((void **)&dtext);
- res[count] = '\0';
+ res[count] = NULL;
return(res);
}