From 29eeedeb5e098db30f17339d1f3ab3f9f35560fd Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 5 Dec 2008 13:55:33 +0000 Subject: [PATCH] Compiling is a good thing. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@161261 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index f44ecc49b5..8ea75a1d77 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -1421,7 +1421,7 @@ static int imap_store_file(char *dir, char *mailboxuser, char *mailboxcontext, i } if (fread(buf, len, 1, p) < len) { if (ferror(p)) { - ast_log(LOG_ERROR, 'Short read while reading in mail file.\n"); + ast_log(LOG_ERROR, "Short read while reading in mail file.\n"); return -1; } }