# New Ticket Created by mrnobo1024 # Please include the string: [perl #23005] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=23005 >
Parrot_sprintf isn't recognizing 7 as a number in the precision field, so trying to use that results in a "'7' is not a valid sprintf format" error. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com -- attachment 1 ------------------------------------------------------ url: http://rt.perl.org/rt2/attach/60977/45050/ad4841/spf.diff
--- parrot/spf_render.c.orig Sat Jun 14 05:40:36 2003 +++ parrot/spf_render.c Tue Jul 15 14:00:26 2003 @@ -426,6 +426,7 @@ case '4': case '5': case '6': + case '7': case '8': case '9': info.flags |= FLAG_PREC;