measure.c: Use c_strtod instead of strtod 20121201030503/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 Dec 2012 06:08:55 +0000 (07:08 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 1 Dec 2012 06:08:55 +0000 (07:08 +0100)
commit319a66b560b7ca7144b88ced1982ba5e490e6e57
tree1df4a15f847fb9ddc88f600830595d604b981ed5
parente394f90199ff33404224bb3acfbfec860827c155
measure.c: Use c_strtod instead of strtod

Since the input to these function come from hard coded strings, it is not appropriate
to interpret them in a locale dependent manner.
src/output/measure.c