diff options
Diffstat (limited to 'src/dmstor.c')
| -rw-r--r-- | src/dmstor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dmstor.c b/src/dmstor.c index f1da5379..62c06f3d 100644 --- a/src/dmstor.c +++ b/src/dmstor.c @@ -108,6 +108,6 @@ proj_strtod(char *nptr, char **endptr) /* no offending characters, just handle normally */ - return strtod(nptr, endptr); + return pj_strtod(nptr, endptr); } |
