mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 02:17:06 +00:00
Update version to 2.6.1
This commit is contained in:
@@ -945,7 +945,7 @@ void hx_add_ecc(unsigned char fullstream[], unsigned char datastream[], int vers
|
||||
void make_picket_fence(unsigned char fullstream[], unsigned char picket_fence[], int streamsize) {
|
||||
int i, start;
|
||||
int output_position = 0;
|
||||
|
||||
|
||||
for (start = 0; start < 13; start++) {
|
||||
for (i = start; i < streamsize; i += 13) {
|
||||
if (i < streamsize) {
|
||||
|
||||
Reference in New Issue
Block a user