fix %lf, etc. with printf
authorRich Felker <dalias@aerifal.cx>
Tue, 17 Apr 2012 01:50:23 +0000 (21:50 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 17 Apr 2012 01:50:23 +0000 (21:50 -0400)
commitcc3a4466605fe8dfc31f3b75779110ac93055bc1
tree6536cfee1d6d361f66b2975888b50024a437e426
parent9d2a15a64e03b2e369161add728de3139dae5a7f
fix %lf, etc. with printf

the l prefix is redundant/no-op with printf, since default promotions
always promote floats to double; however, it is valid, and printf was
wrongly rejecting it.
src/stdio/vfprintf.c