mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-14 15:14:49 -04:00
Corrected NVE-18
This commit is contained in:
parent
c6e035bde8
commit
33ea0612ae
1 changed files with 5 additions and 0 deletions
|
@ -908,6 +908,11 @@ int nve_18(struct zint_symbol *symbol, unsigned char source[])
|
|||
checkstr[0] = itoc(nve_check);
|
||||
concat(localstr, checkstr);
|
||||
error_number = code_128(symbol, (unsigned char *)localstr);
|
||||
for(i = 2; i <= 20; i++) {
|
||||
localstr[i - 2] = localstr[i];
|
||||
}
|
||||
strcpy(symbol->text, "(00)");
|
||||
concat(symbol->text, localstr);
|
||||
|
||||
return error_number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue