On 19/01/2017 16:22, Jiri Benc wrote:
On Thu, 19 Jan 2017 16:17:48 +0200, Paul Blakey wrote:+ while (token) { + if (!strncmp(token, "no", 2)) { + no = true; + token = strchr(token, '_') + 1;This seems to still assume that "no" is followed by an underscore. What about a simple token += 2? Jiri
Thanks again, v5 is sent.
