mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-25 04:24:31 -04:00
parent
21a8a0f0b7
commit
cbe5b32785
1 changed files with 2 additions and 0 deletions
|
@ -568,6 +568,7 @@ int aztec_text_process(unsigned char source[], const unsigned int src_len, char
|
||||||
if(debug) printf("UL ");
|
if(debug) printf("UL ");
|
||||||
concat(binary_string, hexbit[31]);
|
concat(binary_string, hexbit[31]);
|
||||||
if(debug) printf("BS ");
|
if(debug) printf("BS ");
|
||||||
|
lasttable = UPPER;
|
||||||
newtable = BINARY;
|
newtable = BINARY;
|
||||||
break;
|
break;
|
||||||
case DIGIT: /* UL BS */
|
case DIGIT: /* UL BS */
|
||||||
|
@ -575,6 +576,7 @@ int aztec_text_process(unsigned char source[], const unsigned int src_len, char
|
||||||
if(debug) printf("UL ");
|
if(debug) printf("UL ");
|
||||||
concat(binary_string, hexbit[31]);
|
concat(binary_string, hexbit[31]);
|
||||||
if(debug) printf("BS ");
|
if(debug) printf("BS ");
|
||||||
|
lasttable = UPPER;
|
||||||
newtable = BINARY;
|
newtable = BINARY;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue