Преглед на файлове

make position unsigned so that the assertion means something (thx gcc)

master
Mike Hamburg преди 8 години
родител
ревизия
8d9c810136
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/decaf.c

+ 1
- 1
src/decaf.c Целия файл

@@ -1704,7 +1704,7 @@ static int recode_wnaf (
unsigned int tableBits
) {
unsigned int table_size = SCALAR_BITS/(tableBits+1) + 3;
unsigned int position = table_size - 1; /* at the end */
int position = table_size - 1; /* at the end */
/* place the end marker */
control[position].power = -1;


Зареждане…
Отказ
Запис