In html-parse, the following case near line 449 is missing the \
in '\"' -- it comes out as '"' and, as such, causes some compilers to
barf.
case AC_S_QUOTE1:
assert (ch == '\'' || ch == '\"');
- Re: Missing escape character Bill Bumgarner
- Re: Missing escape character Hrvoje Niksic
- Re: Missing escape character Bill Bumgarner
- Re: Missing escape character Hrvoje Niksic
- Re: Missing escape character Bill Bumgarner
- Re: Missing escape character Ian Abbott
- Re: Missing escape character Hrvoje Niksic
- Re: Missing escape character Ian Abbott
- Re: Missing escape character Edward J. Sabol
