]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Fix printing of floating poing values in -dumpfin.
authordivVerent <divVerent@xonotic.org>
Mon, 4 Feb 2019 14:14:58 +0000 (06:14 -0800)
committerGitHub <noreply@github.com>
Mon, 4 Feb 2019 14:14:58 +0000 (06:14 -0800)
commit9c81ff263aa3f38252bdfe704e5051431e30aefa
treedd56c16abd92e9c19ebe353cd48278264e0977d1
parent620bd76e76804b1fc1de46daa03724e23339e8bf
Fix printing of floating poing values in -dumpfin.

%g is not lossless for single precision floats - %.9g is (other than distinguishing NaNs, who cares).
ir.cpp