<p>lynxis lazus has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/14577">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bitvec: bitvec_get_uint() should return an unsigned int<br><br>Change-Id: I2d50d375ccf63ecb45061682ede0b46b6087d11a<br>---<br>M src/bitvec.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.osmocom.org:29418/libosmocore refs/changes/77/14577/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/bitvec.c b/src/bitvec.c</span><br><span>index dac0401..ab764d0 100644</span><br><span>--- a/src/bitvec.c</span><br><span>+++ b/src/bitvec.c</span><br><span>@@ -268,7 +268,7 @@</span><br><span> </span><br><span> /*! get multiple bits (based on numeric value) from current pos</span><br><span>  *  \return integer value retrieved from bit vector */</span><br><span style="color: hsl(0, 100%, 40%);">-int bitvec_get_uint(struct bitvec *bv, unsigned int num_bits)</span><br><span style="color: hsl(120, 100%, 40%);">+unsigned int bitvec_get_uint(struct bitvec *bv, unsigned int num_bits)</span><br><span> {</span><br><span>      int i;</span><br><span>       unsigned int ui = 0;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/14577">change 14577</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/c/libosmocore/+/14577"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I2d50d375ccf63ecb45061682ede0b46b6087d11a </div>
<div style="display:none"> Gerrit-Change-Number: 14577 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>