Travis wrote: > stef...@apache.org wrote on Sun, Dec 25, 2011 at 21:40:37 -0000: >> + if (csep == '\0' || sep[2] != '\0') >> + return apr_strtok(NULL, sep, str); > > Entirely possible that I'm not understanding, but shouldn't that be > > sep[1] != '\0'
Yes; that's already been fixed in r1224653. - Julian