Commit 539571c1a9cb5d443d029247874af37fed75432f

Chun-wei Fan 2017-02-24T17:58:25

src/hb-common.cc: Fix build on older Visual Studio Visual Studio only supported strtof() from Visual Studio 2013 onwards, so use strtod() instead to do the operation, which should do the same thing, sans going to a double, not a float.