]> git.kaiwu.me - nginx.git/commit
Fix of "%f" format handling.
authorIgor Sysoev <igor@sysoev.ru>
Mon, 23 Apr 2012 11:11:32 +0000 (11:11 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 23 Apr 2012 11:11:32 +0000 (11:11 +0000)
commitc7bb66a9a3a974cfa7c8a8ad3c2d6840b4b27c84
tree3c90fb6f0a5f5f003d19451151caf74bdd5ccc4b
parent430fbedfa7b3992646939d4f1315b3c408eb1c2a
Fix of "%f" format handling.

ngx_sprintf("%.2f", 0.999) incorrectly resulted in "0.100" instead of "1.00".
src/core/ngx_string.c