1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 09:57:02 +00:00

Oops! Missed a reference to check digit option.

This commit is contained in:
hooper114
2008-09-16 08:41:45 +00:00
parent caee24ea82
commit 0704f600f0

View File

@@ -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, "*");