Leopold Toetsch:
# 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 is printed with "%d"
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 is printed with "%d" format.
leo