Mercurial > hg > xemacs-beta
diff src/lread.c @ 4359:df1f1f49ef70
Automated merge with file:/Sources/xemacs-21.5-checked-out
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Mon, 24 Dec 2007 15:04:01 +0100 |
| parents | d9eb5ea14f65 |
| children | f4eb31866c38 fd8a9a4d81d9 |
line wrap: on
line diff
--- a/src/lread.c Mon Dec 24 15:02:36 2007 +0100 +++ b/src/lread.c Mon Dec 24 15:04:01 2007 +0100 @@ -2029,7 +2029,7 @@ overflow: #ifdef HAVE_BIGNUM { - bignum_set_string (scratch_bignum, (const char *) buf, 0); + bignum_set_string (scratch_bignum, (const char *) buf, base); return make_bignum_bg (scratch_bignum); } #else
