backported

This commit is contained in:
oxygenic 2017-07-21 15:16:23 +02:00 committed by Robin Stuart
parent d8330f5d96
commit 91f66ec57d
4 changed files with 11 additions and 10 deletions

View file

@ -1313,7 +1313,7 @@ static void applyOptimisation(const int version,char inputMode[], const size_t i
free(blockMode);
}
static int blockLength(const size_t start,const char inputMode[],const size_t inputLength) {
static size_t blockLength(const size_t start,const char inputMode[],const size_t inputLength) {
/* Find the length of the block starting from 'start' */
size_t i;
int count;