RE: cvs commit: parrot/t/src sprintf.t

2002-12-17 Thread Brent Dax
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"

Re: cvs commit: parrot/t/src sprintf.t

2002-12-17 Thread 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" format. leo