mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
Minor HIBC fix
This commit is contained in:
parent
2a713a3109
commit
c1e89c6460
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ int hibc(struct zint_symbol *symbol, unsigned char source[])
|
|||
concat(symbol->text, "*");
|
||||
break;
|
||||
case BARCODE_HIBC_39:
|
||||
symbol->option_2 = 0;
|
||||
error_number = c39(symbol, (unsigned char *)to_process);
|
||||
strcpy(symbol->text, "*");
|
||||
concat(symbol->text, to_process);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue