From 990ccdd05f17eb845fdd255568d44eac3833bf14 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Mon, 19 Apr 2010 19:23:41 +0000 Subject: Bad merge fix git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@257883 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index d38978b22..4f617e1c4 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -4483,7 +4483,7 @@ static void make_email_file(FILE *p, char *srcemail, struct ast_vm_user *vmu, in #ifdef IMAP_STORAGE { /* Convert body to native line terminators for IMAP backend */ - char *line = passdata, *next; + char *line = ast_str_buffer(str1), *next; do { /* Terminate line before outputting it to the file */ if ((next = strchr(line, '\n'))) { -- cgit v1.2.3