Change in ...libosmocore[master]: bitvec: bitvec_get_uint() should return an unsigned int

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Sat Jun 22 22:55:09 UTC 2019


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/14577


Change subject: bitvec: bitvec_get_uint() should return an unsigned int
......................................................................

bitvec: bitvec_get_uint() should return an unsigned int

Change-Id: I2d50d375ccf63ecb45061682ede0b46b6087d11a
---
M src/bitvec.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/77/14577/1

diff --git a/src/bitvec.c b/src/bitvec.c
index dac0401..ab764d0 100644
--- a/src/bitvec.c
+++ b/src/bitvec.c
@@ -268,7 +268,7 @@
 
 /*! get multiple bits (based on numeric value) from current pos
  *  \return integer value retrieved from bit vector */
-int bitvec_get_uint(struct bitvec *bv, unsigned int num_bits)
+unsigned int bitvec_get_uint(struct bitvec *bv, unsigned int num_bits)
 {
 	int i;
 	unsigned int ui = 0;

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/14577
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2d50d375ccf63ecb45061682ede0b46b6087d11a
Gerrit-Change-Number: 14577
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190622/09255cba/attachment.htm>


More information about the gerrit-log mailing list