mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
Add Reader Initialisation mode
This commit is contained in:
parent
e3e9c67f93
commit
d1359c10ca
2 changed files with 31 additions and 9 deletions
|
@ -412,7 +412,7 @@ int code_128(struct zint_symbol *symbol, unsigned char source[], int length)
|
|||
values[0] = 105;
|
||||
concat(dest, C128Table[96]); /* FNC3 */
|
||||
values[1] = 96;
|
||||
oncat(dest, C128Table[99]); /* Code C */
|
||||
concat(dest, C128Table[99]); /* Code C */
|
||||
values[2] = 99;
|
||||
bar_characters += 2;
|
||||
current_set = 'C';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue