mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Include version information in UPNQR symbols
Fixes #65, Bug report by Primož Cerar
This commit is contained in:
parent
ffcfe965d1
commit
7b53fc3469
@ -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…
Reference in New Issue
Block a user