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/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.orgPau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10168 Change subject: logging.c: Fix whitespace typo ...................................................................... logging.c: Fix whitespace typo Change-Id: I943763e175dca6f3078923a494b052319b78574d --- M src/logging.c 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/68/10168/1 diff --git a/src/logging.c b/src/logging.c index 381d303..edb2b56 100644 --- a/src/logging.c +++ b/src/logging.c @@ -759,7 +759,7 @@ if (!target) return NULL; - target->categories = talloc_zero_array(target, + target->categories = talloc_zero_array(target, struct log_category, osmo_log_info->num_cat); if (!target->categories) { -- To view, visit https://gerrit.osmocom.org/10168 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I943763e175dca6f3078923a494b052319b78574d Gerrit-Change-Number: 10168 Gerrit-PatchSet: 1 Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180726/b260b037/attachment.htm>