diff options
Diffstat (limited to 'strtoIg.c')
-rw-r--r-- | strtoIg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strtoIg.c b/strtoIg.c index 90c88db3283d0..6a17760cf5cea 100644 --- a/strtoIg.c +++ b/strtoIg.c @@ -74,7 +74,7 @@ strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp) goto swapcheck; } if (b1->wds > nw - || nb1 && b1->x[nw1] & 1L << nb1) { + || (nb1 && b1->x[nw1] & 1L << nb1)) { if (++e1 > fpi->emax) rv1 = STRTOG_Infinite | STRTOG_Inexhi; rshift(b1, 1); |