Date:        Sat, 18 Nov 2023 18:25:58 +0700
    From:        Robert Elz <k...@munnari.oz.au>
    Message-ID:  <28754.1700306...@jacaranda.noi.kre.to>

  | one way to do that might be
  |     if (sp2 = strchr(str, ']'))


And in that, sp2 isn't needed, just use sp instead, leading to

        sp = strchr(sp, ':');

(etc).

kre

Reply via email to