diff options
| author | David Schultz <das@FreeBSD.org> | 2011-03-09 06:14:33 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2011-03-09 06:14:33 +0000 |
| commit | 21a2b1c905e6a3ae73e3ca075627e81a2ccac58f (patch) | |
| tree | 80228e2b243573cbd695c52e7a912cc1643cd1b2 /strtopxL.c | |
| parent | 9ea4d2a87415d5928272c15f22583103f2ccfe30 (diff) | |
Notes
Diffstat (limited to 'strtopxL.c')
| -rw-r--r-- | strtopxL.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/strtopxL.c b/strtopxL.c index b0f5cdd0d813..6519a4144286 100644 --- a/strtopxL.c +++ b/strtopxL.c @@ -82,7 +82,8 @@ strtopxL(CONST char *s, char **sp, void *V) case STRTOG_Infinite: L[_0] = 0x7fff << 16; - L[_1] = L[_2] = 0; + L[_1] = 0x80000000; + L[_2] = 0; break; case STRTOG_NaN: |
