mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -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);
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue