<p>Richard Mudgett has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/5840">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_voicemail.c: Fix compile error when IMAP enabled.<br><br>Change-Id: I2703f15b4099b4210c68eccf293105d1975c1fc1<br>---<br>M apps/app_voicemail.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/40/5840/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c<br>index 06f4830..1247bde 100644<br>--- a/apps/app_voicemail.c<br>+++ b/apps/app_voicemail.c<br>@@ -2730,7 +2730,7 @@<br>  }<br>     if (fread(buf, 1, len, p) != len) {<br>           if (ferror(p)) {<br>-                     ast_log(LOG_ERROR, "Error while reading mail file: %s\n");<br>+                 ast_log(LOG_ERROR, "Error while reading mail file: %s\n", tmp);<br>                     return -1;<br>            }<br>     }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/5840">change 5840</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/5840"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I2703f15b4099b4210c68eccf293105d1975c1fc1 </div>
<div style="display:none"> Gerrit-Change-Number: 5840 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Mudgett <rmudgett@digium.com> </div>