]> granicus.if.org Git - curl/commit
printf: fix ".*f" handling
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Nov 2016 14:30:33 +0000 (15:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Nov 2016 14:30:33 +0000 (15:30 +0100)
commit5dd1b65f79bc6dc75b752c53f3fa853b2a3b6d69
treeb70133af901f184f3b655fb4a3683f3f3773deb7
parentc2bc47ddb88057a5cc39c51cd1a11c6e040eefbc
printf: fix ".*f" handling

It would always use precision 1 instead of reading it from the argument
list as intended.

Reported-by: Ray Satiro
Bug: #1113
lib/mprintf.c