<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9250">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">func_env: Compile in Solaris 11.<br><br>Change-Id: Idc9b36720f3d29c90a35a6a1ae79a7f9e1aaf50e<br>---<br>M funcs/func_env.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/50/9250/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/funcs/func_env.c b/funcs/func_env.c<br>index 1b11b1f..861adeb 100644<br>--- a/funcs/func_env.c<br>+++ b/funcs/func_env.c<br>@@ -307,7 +307,7 @@<br>                     snprintf(buf, len, "%d", (int) s.st_ctime);<br>                         break;<br>                case 'm':<br>-                    snprintf(buf, len, "%o", s.st_mode);<br>+                       snprintf(buf, len, "%o", (unsigned int) s.st_mode);<br>                         break;<br>                }<br>     }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9250">change 9250</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/9250"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Idc9b36720f3d29c90a35a6a1ae79a7f9e1aaf50e </div>
<div style="display:none"> Gerrit-Change-Number: 9250 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>