mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-15 07:34:35 -04:00
Oops! Missed a reference to check digit option.
This commit is contained in:
parent
caee24ea82
commit
0704f600f0
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ int c39(struct zint_symbol *symbol, unsigned char source[])
|
||||||
|
|
||||||
expand(symbol, dest);
|
expand(symbol, dest);
|
||||||
|
|
||||||
if((symbol->symbology == BARCODE_CODE39) || (symbol->symbology == BARCODE_CODE39_43)) {
|
if(symbol->symbology == BARCODE_CODE39) {
|
||||||
strcpy(symbol->text, "*");
|
strcpy(symbol->text, "*");
|
||||||
concat(symbol->text, source);
|
concat(symbol->text, source);
|
||||||
concat(symbol->text, "*");
|
concat(symbol->text, "*");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue