In perl.cvs.parrot, you wrote:
>   -    S = Parrot_sprintf_c(interpreter, "== %#x\n", ival);

>   +    S = Parrot_sprintf_c(interpreter, "== %#vx\n", ival);

I don't understand why this is changed only here, there are many more
tests, where an C<ival> is printed with "%d" format.

leo

Reply via email to