1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-21 20:07:06 +00:00

warnings --

This commit is contained in:
taipanromania
2008-10-03 09:26:27 +00:00
parent 24576a15fc
commit b1b43da367
12 changed files with 81 additions and 67 deletions

View File

@@ -104,7 +104,7 @@ int data_encode_blockf(unsigned char source[], int subset_selector[], int blockm
column_position = 0;
input_position = 0;
done = 0;
c = 0;
do {
done = 0;
/* 'done' ensures that the instructions are followed in the correct order for each input character */