<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12279">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Timeval: passed() returns true if time is equal<br><br>Change-Id: I96a9d26657f85447609693bc6932d218d354b84a<br>---<br>M CommonLibs/Timeval.cpp<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.osmocom.org:29418/osmo-trx refs/changes/79/12279/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/Timeval.cpp b/CommonLibs/Timeval.cpp</span><br><span>index 50ce05d..991e241 100644</span><br><span>--- a/CommonLibs/Timeval.cpp</span><br><span>+++ b/CommonLibs/Timeval.cpp</span><br><span>@@ -57,7 +57,7 @@</span><br><span>        Timeval nowTime;</span><br><span>     if (nowTime.mTimeval.tv_sec < mTimeval.tv_sec) return false;</span><br><span>      if (nowTime.mTimeval.tv_sec > mTimeval.tv_sec) return true;</span><br><span style="color: hsl(0, 100%, 40%);">-  if (nowTime.mTimeval.tv_usec > mTimeval.tv_usec) return true;</span><br><span style="color: hsl(120, 100%, 40%);">+      if (nowTime.mTimeval.tv_usec >= mTimeval.tv_usec) return true;</span><br><span>    return false;</span><br><span> }</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12279">change 12279</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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.osmocom.org/12279"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I96a9d26657f85447609693bc6932d218d354b84a </div>
<div style="display:none"> Gerrit-Change-Number: 12279 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>