mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 11:27:09 +00:00
Include version information in UPNQR symbols
Fixes #65, Bug report by Primož Cerar
This commit is contained in:
@@ -3055,6 +3055,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);
|
||||
|
||||
add_format_info(grid, size, ecc_level, bitmask);
|
||||
|
||||
Reference in New Issue
Block a user