projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
9c81ff2
)
Fix printing of floating poing values in -dumpfin.
author
divVerent <divVerent@xonotic.org>
Mon, 4 Feb 2019 14:14:58 +0000
(06:14 -0800)
committer
GitHub <noreply@github.com>
Mon, 4 Feb 2019 14:14:58 +0000
(06:14 -0800)
%g is not lossless for single precision floats - %.9g is (other than distinguishing NaNs, who cares).
No differences found