Typo
This commit is contained in:
parent
9b7e29c33a
commit
f337896d21
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ _strntod(const char *s, char decimal_point_char, char **ep)
|
|||
|
||||
d = strtod(buf, ep);
|
||||
|
||||
/* figure out offset in orignal string */
|
||||
/* figure out offset in original string */
|
||||
if(ep != NULL)
|
||||
*ep = (char *)s + (*ep - buf);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue