diff options
Diffstat (limited to 'pith/takeaddr.c')
-rw-r--r-- | pith/takeaddr.c | 2 |
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); } |