Merge "app_voicemail.c: Fix compile error when IMAP enabled." into 14

pull/8/head
Jenkins2 9 years ago committed by Gerrit Code Review
commit 7db1abbf87

@ -2732,7 +2732,7 @@ static int imap_store_file(const char *dir, const char *mailboxuser, const char
}
if (fread(buf, 1, len, p) != len) {
if (ferror(p)) {
ast_log(LOG_ERROR, "Error while reading mail file: %s\n");
ast_log(LOG_ERROR, "Error while reading mail file: %s\n", tmp);
return -1;
}
}

Loading…
Cancel
Save