On 14 Feb 2011, at 9:22 AM, Ruediger Pluem wrote:

What happens if str is supplied as "a, b"?
I mean why token + 1 and not token?

I guess it's because we know *token isn't a separator, so there is no
point checking if it is one a second time.

*token might not be a separator, but it might be ".

Sorry - I thought you were highlighting the comma and space, rather than the quotes around it.

You're right, the +1 does skip an opening quote, which is wrong. It's fixed in r1070699.

Regards,
Graham
--

Reply via email to