fixed typo
This commit is contained in:
parent
57785c5d68
commit
9af2a750ea
@ -16,7 +16,7 @@ strtod(p, pp)
|
|||||||
double fl;
|
double fl;
|
||||||
long lowl = 0, highl = 0, pos = 1;
|
long lowl = 0, highl = 0, pos = 1;
|
||||||
int dotseen = 0;
|
int dotseen = 0;
|
||||||
int digitseen = 0;
|
int digit_seen = 0;
|
||||||
|
|
||||||
if (pp) *pp = p;
|
if (pp) *pp = p;
|
||||||
while (isspace(*p)) p++;
|
while (isspace(*p)) p++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user