Closed lanurmi closed 10 years ago
Format strings such as "%+.2d" were not properly padded with zero.
Excellent, I think this patch is spot on.
Getting printf() 100% compliant with the spec is surprisingly subtle.
Rebased & pushed onto master now.
Format strings such as "%+.2d" were not properly padded with zero.