mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
Include version information in UPNQR symbols
Fixes #65, Bug report by Primož Cerar
This commit is contained in:
parent
ffcfe965d1
commit
7b53fc3469
1 changed files with 2 additions and 0 deletions
|
@ -3054,6 +3054,8 @@ int upnqr(struct zint_symbol *symbol, const unsigned char source[], int length)
|
|||
|
||||
setup_grid(grid, size, version);
|
||||
populate_grid(grid, size, fullstream, qr_total_codewords[version - 1]);
|
||||
|
||||
add_version_info(grid, size, version);
|
||||
|
||||
bitmask = apply_bitmask(grid, size, ecc_level);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue