Update version to 2.6.1

This commit is contained in:
Robin Stuart 2017-08-27 09:31:02 +01:00
parent 86a0071f09
commit 1882d76b70
30 changed files with 50 additions and 37 deletions

View file

@ -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) {