mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Code 11 correction by John Tarbotton
This commit is contained in:
@@ -117,6 +117,9 @@ int code_11(struct zint_symbol *symbol, unsigned char source[])
|
||||
/* Draw main body of barcode */
|
||||
for(i = 0; i < ustrlen(source); i++) {
|
||||
lookup(NASET, C11Table, source[i], dest);
|
||||
if(source[i] == '-')
|
||||
weight[i] = 10;
|
||||
else
|
||||
weight[i] = ctoi(source[i]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user