mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-21 02:35:14 -04:00
Syncronize QZint
This commit is contained in:
parent
88cc19bab1
commit
6ae8a7d0d8
8 changed files with 18 additions and 8 deletions
|
@ -561,7 +561,7 @@ void protect_ecc050(char protected_stream[], char unprotected_stream[])
|
|||
char mid_reg[4];
|
||||
char low_reg[4];
|
||||
char u1, u2, u3;
|
||||
char output[4];
|
||||
char output[6];
|
||||
char gate_input[8];
|
||||
int i, blocks, j, count;
|
||||
|
||||
|
@ -1073,6 +1073,7 @@ int matrix89(struct zint_symbol *symbol, unsigned char source[])
|
|||
char header[20];
|
||||
int symbol_size, hex_segment, width;
|
||||
|
||||
symbol_size = 0;
|
||||
for(i = 0; i < input_length; i++) {
|
||||
if(source[i] > 127) {
|
||||
strcpy(symbol->errtxt, "Data Matrix ECC 000 - 140 doesn't support extended ASCII");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue