]> granicus.if.org Git - json-c/commit
Change the format used for sprintbuf (but not scanf) to use %f instead of %lf because...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 29 Apr 2012 16:04:33 +0000 (11:04 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 29 Apr 2012 16:04:33 +0000 (11:04 -0500)
commit0cc1db6459035fd071371281daff030e5a0e9b8e
treea37cbfc865650581fcc798a04584bf70230e37be
parent31faa49bd8ce3a6335ae313990e69572808a96a2
Change the format used for sprintbuf (but not scanf) to use %f instead of %lf because the "l" is unnecessary and some compilers behave differently with it present (e.g. MinGW).
Thanks for Mateusz Loskot for the fix.
json_object.c