Skip to content

Commit

Permalink
Merge pull request #90 from mdaus/compressedDEScheck
Browse files Browse the repository at this point in the history
Correct check for DES addition
  • Loading branch information
asylvest authored May 15, 2018
2 parents 23fe60b + f837484 commit 3b4e96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/c++/nitf/source/CompressedByteProvider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void CompressedByteProvider::getBytes(
fileOffset,
buffers);
imageDataPtr += offset;
addDES(seg, startRow, buffers);
addDES(seg, startRow + numRows, buffers);
}
}
}
Expand Down

0 comments on commit 3b4e96d

Please sign in to comment.