1
0
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:
hooper114
2009-02-10 22:48:00 +00:00
parent 2a713a3109
commit c1e89c6460

View File

@@ -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);