src/utils_format_json.c: Use "isfinite" rather than "isinf".
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 4 Feb 2010 12:07:43 +0000 (13:07 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 4 Feb 2010 12:07:43 +0000 (13:07 +0100)
commit5233d6b54dbae48b7604a3dedaee493a64d31cbf
treed2e0e608f6068e4bf647a2f70f6bf74a8ab4c8ea
parente0b3aa9ba8254ab29d86b294553a5413b7efa59a
src/utils_format_json.c: Use "isfinite" rather than "isinf".

Makes it a bit easier to read.
src/utils_format_json.c