2
0
mirror of https://github.com/zint/zint synced 2024-11-16 20:57:25 +13:00

Incorrect variable name

This commit is contained in:
hooper114 2009-07-10 08:25:13 +00:00
parent 2f09c8f938
commit 067243221e

@ -305,7 +305,7 @@ int code16k(struct zint_symbol *symbol, unsigned char source[])
c_count = 0;
for(i = 0; i < read; i++) {
if(set[i] == 'C') {
if(reduced[i] == '[') {
if(source[i] == '[') {
if(c_count % 2) {
if((i - c_count) != 0) {
set[i - c_count] = 'B';