Fix bug in t-scan test.

Reported by Daniel R. Grayson and fixed by Leif Leonhardy.
This commit is contained in:
Jean-Pierre Flori 2013-07-30 22:53:35 +02:00
parent d222af9e8c
commit cd371dfbac

View File

@ -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)