Change in osmo-ttcn3-hacks[master]: library/DNS_Helpers: type 'char' was substituted with 'charstring'

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Nov 19 18:06:05 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26333 )


Change subject: library/DNS_Helpers: type 'char' was substituted with 'charstring'
......................................................................

library/DNS_Helpers: type 'char' was substituted with 'charstring'

Change-Id: I0c93002cf915a8ce7e63f208693b2b63ae52ac38
Related: SYS#5602
---
M library/DNS_Helpers.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/33/26333/1

diff --git a/library/DNS_Helpers.ttcn b/library/DNS_Helpers.ttcn
index 85040fc..a1a347c 100644
--- a/library/DNS_Helpers.ttcn
+++ b/library/DNS_Helpers.ttcn
@@ -10,7 +10,7 @@
  * SPDX-License-Identifier: GPL-2.0-or-later
  */
 
-private function f_strchr(charstring s, char c) return integer {
+private function f_strchr(charstring s, charstring c) return integer {
 	var integer i;
 	for (i := 0; i < lengthof(s); i := i+1) {
 		if (s[i] == c) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26333
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0c93002cf915a8ce7e63f208693b2b63ae52ac38
Gerrit-Change-Number: 26333
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211119/050f02ae/attachment.htm>


More information about the gerrit-log mailing list