mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-24 03:56:56 -04:00
Update version to 2.6.1
This commit is contained in:
parent
86a0071f09
commit
1882d76b70
30 changed files with 50 additions and 37 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue