commit | 0cc1db6459035fd071371281daff030e5a0e9b8e | [log] [tgz] |
---|---|---|
author | Eric Haszlakiewicz <erh+git@nimenees.com> | Sun Apr 29 11:04:33 2012 -0500 |
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | Sun Apr 29 11:04:33 2012 -0500 |
tree | a37cbfc865650581fcc798a04584bf70230e37be | |
parent | 31faa49bd8ce3a6335ae313990e69572808a96a2 [diff] |
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.