diff options
Diffstat (limited to 'strtopx.c')
-rw-r--r-- | strtopx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/strtopx.c b/strtopx.c index 07d04587b0004..f7a25ff1ac9d8 100644 --- a/strtopx.c +++ b/strtopx.c @@ -92,7 +92,8 @@ strtopx(CONST char *s, char **sp, void *V) case STRTOG_Infinite: L[_0] = 0x7fff; - L[_1] = L[_2] = L[_3] = L[_4] = 0; + L[_1] = 0x8000; + L[_2] = L[_3] = L[_4] = 0; break; case STRTOG_NaN: |