<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/18553">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">loader.c: Use portable printf conversion specifier for int64.<br><br>ASTERISK-30060 #close<br><br>Change-Id: I88d47a1488be2f39017b8d562f993f081844fcb8<br>---<br>M main/loader.c<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/53/18553/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/main/loader.c b/main/loader.c</span><br><span>index aafcd3b..4c6c2a8 100644</span><br><span>--- a/main/loader.c</span><br><span>+++ b/main/loader.c</span><br><span>@@ -2517,9 +2517,9 @@</span><br><span>      usElapsed = ast_tvdiff_us(end_time, start_time);</span><br><span> </span><br><span> #ifdef AST_XML_DOCS</span><br><span style="color: hsl(0, 100%, 40%);">-     ast_debug(1, "Loader time with AST_XML_DOCS: %ld.%06ld\n", usElapsed / 1000000, usElapsed % 1000000);</span><br><span style="color: hsl(120, 100%, 40%);">+       ast_debug(1, "Loader time with AST_XML_DOCS: %" PRId64 ".%06" PRId64 "\n", usElapsed / 1000000, usElapsed % 1000000);</span><br><span> #else</span><br><span style="color: hsl(0, 100%, 40%);">-    ast_debug(1, "Loader time without AST_XML_DOCS: %ld.%06ld\n", usElapsed / 1000000, usElapsed % 1000000);</span><br><span style="color: hsl(120, 100%, 40%);">+    ast_debug(1, "Loader time without AST_XML_DOCS: %" PRId64 ".%06" PRId64 "\n", usElapsed / 1000000, usElapsed % 1000000);</span><br><span> #endif</span><br><span> </span><br><span>         return res;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/18553">change 18553</a>. To unsubscribe, or for help writing mail filters, 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/c/asterisk/+/18553"/><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-Change-Id: I88d47a1488be2f39017b8d562f993f081844fcb8 </div>
<div style="display:none"> Gerrit-Change-Number: 18553 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean@seanbright.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>