mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Minor HIBC fix
This commit is contained in:
parent
2a713a3109
commit
c1e89c6460
@ -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…
Reference in New Issue
Block a user