mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 03:56:56 -04:00
Changed comment list for placement extension usage matrix sizes
This commit is contained in:
parent
c86ba22170
commit
b7f9a7a6e4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static void ecc200placementbit(int *array, int NR, int NC, int r, int c, int p,
|
|||
c += NC;
|
||||
r += 4 - ((NC + 4) % 8);
|
||||
}
|
||||
// Necessary for 36x120,36x144,72x120,72x144
|
||||
// Necessary for 26x32,26x40,26x48,36x120,36x144,72x120,72x144
|
||||
if (r >= NR) {
|
||||
#ifdef DEBUG
|
||||
fprintf(stderr,"r >= NR:%i,%i at r=%i->",p,b,r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue