mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
parent
eb1d246a4d
commit
939d4de4f0
@ -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…
Reference in New Issue
Block a user