mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Minor HIBC fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user