mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Corrected NVE-18
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user