mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backported
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user