Closed vrabeux closed 11 years ago
Fixed issue #28 "Double parsing broken ?" by changing the app locale and restoring the old one after the string to double conversion.
Memory leak ... closing
Moreover this solution wasn't thread safe, that's why I used strtod_l.
strtod_l
Fixed issue #28 "Double parsing broken ?" by changing the app locale and restoring the old one after the string to double conversion.