Georg Baum wrote:
Then Koji could fire up a debugger, set a breakpoint in parse_printf_directive() and report what the result of the narrow() call is.
Do you mean the return value of wrap_narrow() call? If so, the result of gdb was:
> $1 = -65 '\277'It appeared twice in boost/boost/format/parsing.hpp, in line 181 and 259 and both gave the same result.
Thanks, Koji