Displaying 2 results from an estimated 2 matches for "1ca4bf67".
2024 Oct 22
1
Why only the first of a series of calls to a function in my driver executing?
...t-upsdev mailing list
> Nut-upsdev at alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/nut-upsdev/attachments/20241022/1ca4bf67/attachment.htm>
2024 Oct 22
1
Why only the first of a series of calls to a function in my driver executing?
Hello all,
In my new driver I have a function that searches for the position of
a known substring in a delimited string. I am trying to populate a
series of integer variables with the position value of various
substrings. The first call to the function performs correctly but the
remaining calls in the code series are not being executed (there are
six more calls after the first successful