On Thu, Mar 28, 2019 at 10:24 PM Ruediger Pluem <[email protected]> wrote: > > On 03/28/2019 05:39 PM, [email protected] wrote: > > > > + for (wpos = str; *str; ++str) { > > if (!quoted) { > > - if (**last == '\"' && !ap_strchr_c(sep, '\"')) { > > + if (*str == '"') { > > Question: Is the token allowed to the quoted?
Hmm no, I asked and was told to RTFM, and then forgot :) Will fix, thanks! Regards, Yann.
