mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-04 08:49:45 -04:00
Syncronize QZint
This commit is contained in:
parent
88cc19bab1
commit
6ae8a7d0d8
8 changed files with 18 additions and 8 deletions
|
@ -39,6 +39,7 @@ void qrnumeric_encode(char binary[], unsigned char source[])
|
|||
char block_binary[11];
|
||||
int block_value;
|
||||
|
||||
block_value = 0;
|
||||
input_length = ustrlen(source);
|
||||
blocks = input_length / 3;
|
||||
remainder = input_length % 3;
|
||||
|
@ -597,6 +598,8 @@ int microqr(struct zint_symbol *symbol, unsigned char source[])
|
|||
symbol_size = 0;
|
||||
if(is_sane(QRSET, source) == 0) { char_system = ALPHANUM; }
|
||||
if(is_sane(NESET, source) == 0) { char_system = NUMERIC; }
|
||||
width = 0;
|
||||
format = 0;
|
||||
|
||||
if(symbol->option_1 == 4) {
|
||||
strcpy(symbol->errtxt, "Error correction level H not available for Micro QR symbols");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue