mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
Incorrect variable name
This commit is contained in:
@@ -305,7 +305,7 @@ int code16k(struct zint_symbol *symbol, unsigned char source[])
|
|||||||
c_count = 0;
|
c_count = 0;
|
||||||
for(i = 0; i < read; i++) {
|
for(i = 0; i < read; i++) {
|
||||||
if(set[i] == 'C') {
|
if(set[i] == 'C') {
|
||||||
if(reduced[i] == '[') {
|
if(source[i] == '[') {
|
||||||
if(c_count % 2) {
|
if(c_count % 2) {
|
||||||
if((i - c_count) != 0) {
|
if((i - c_count) != 0) {
|
||||||
set[i - c_count] = 'B';
|
set[i - c_count] = 'B';
|
||||||
|
|||||||
Reference in New Issue
Block a user