mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 10:27:09 +00:00
Fixes for eci, binary div, upce, other
This commit is contained in:
@@ -173,7 +173,7 @@ short int islarger(short int accum[], short int reg[]) {
|
||||
latch = 1;
|
||||
}
|
||||
i--;
|
||||
} while ((latch == 0) && (i >= -1));
|
||||
} while ((latch == 0) && (i >= 0));
|
||||
|
||||
return larger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user