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<ival> is printed with "%d" format.
Because those ones were the only ones I noticed were broken. :^) Implied patch applied. --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) "If you want to propagate an outrageously evil idea, your conclusion must be brazenly clear, but your proof unintelligible." --Ayn Rand, explaining how today's philosophies came to be