mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Oops! Missed a reference to check digit option.
This commit is contained in:
parent
caee24ea82
commit
0704f600f0
@ -231,7 +231,7 @@ int c39(struct zint_symbol *symbol, unsigned char source[])
|
||||
|
||||
expand(symbol, dest);
|
||||
|
||||
if((symbol->symbology == BARCODE_CODE39) || (symbol->symbology == BARCODE_CODE39_43)) {
|
||||
if(symbol->symbology == BARCODE_CODE39) {
|
||||
strcpy(symbol->text, "*");
|
||||
concat(symbol->text, source);
|
||||
concat(symbol->text, "*");
|
||||
|
Loading…
Reference in New Issue
Block a user