mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 06:45:28 -04:00
backported
This commit is contained in:
parent
d8330f5d96
commit
91f66ec57d
4 changed files with 11 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue