AW: patch: fix of compiler warnings

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/OpenBSC@lists.osmocom.org/.

Andreas.Eversberg Andreas.Eversberg at versatel.de
Tue Nov 17 08:39:26 UTC 2009


there is an error in this patch:

+		if (found < 0) { 

this is correct:

+		if (!found) {




More information about the OpenBSC mailing list