Fix bug in t-scan test.
Reported by Daniel R. Grayson and fixed by Leif Leonhardy.
This commit is contained in:
parent
d222af9e8c
commit
cd371dfbac
@ -84,7 +84,7 @@ check_ref (void)
|
|||||||
|
|
||||||
for (isize = 0; isize <= size; isize++)
|
for (isize = 0; isize <= size; isize++)
|
||||||
{
|
{
|
||||||
for (oindex = 0; oindex <= numberof (offset); oindex++)
|
for (oindex = 0; oindex < numberof (offset); oindex++)
|
||||||
{
|
{
|
||||||
o = offset[oindex];
|
o = offset[oindex];
|
||||||
if ((int) isize*GMP_NUMB_BITS < -o)
|
if ((int) isize*GMP_NUMB_BITS < -o)
|
||||||
|
Loading…
Reference in New Issue
Block a user