mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
parent
eb1d246a4d
commit
939d4de4f0
1 changed files with 3 additions and 3 deletions
|
@ -815,9 +815,9 @@ int pdf417(struct zint_symbol *symbol, unsigned char chaine[], int length) {
|
|||
set_module(symbol, i, loop);
|
||||
}
|
||||
}
|
||||
if (symbol->height == 0) {
|
||||
symbol->row_height[i] = 3;
|
||||
}
|
||||
|
||||
symbol->row_height[i] = 3;
|
||||
|
||||
}
|
||||
symbol->rows = (mclength / symbol->option_2);
|
||||
symbol->width = strlen(pattern);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue