<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26333">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/DNS_Helpers: type 'char' was substituted with 'charstring'<br><br>Change-Id: I0c93002cf915a8ce7e63f208693b2b63ae52ac38<br>Related: SYS#5602<br>---<br>M library/DNS_Helpers.ttcn<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/osmo-ttcn3-hacks refs/changes/33/26333/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/DNS_Helpers.ttcn b/library/DNS_Helpers.ttcn</span><br><span>index 85040fc..a1a347c 100644</span><br><span>--- a/library/DNS_Helpers.ttcn</span><br><span>+++ b/library/DNS_Helpers.ttcn</span><br><span>@@ -10,7 +10,7 @@</span><br><span>  * SPDX-License-Identifier: GPL-2.0-or-later</span><br><span>  */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-private function f_strchr(charstring s, char c) return integer {</span><br><span style="color: hsl(120, 100%, 40%);">+private function f_strchr(charstring s, charstring c) return integer {</span><br><span>         var integer i;</span><br><span>       for (i := 0; i < lengthof(s); i := i+1) {</span><br><span>                 if (s[i] == c) {</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26333">change 26333</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/osmo-ttcn3-hacks/+/26333"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0c93002cf915a8ce7e63f208693b2b63ae52ac38 </div>
<div style="display:none"> Gerrit-Change-Number: 26333 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>