We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4e9a1 commit 804870dCopy full SHA for 804870d
1 file changed
src/net/sharksystem/asap/engine/ASAPMessagesMerger.java
@@ -395,6 +395,6 @@ public byte[] getMessage(int position, boolean chronologically) throws ASAPExcep
395
@Override
396
public ASAPChunk getChunk(int position, boolean chronologically) throws IOException, ASAPException {
397
SourceIndex sourceIndex = this.getSourceIndex(position, chronologically);
398
- return this.messageSources[sourceIndex.positionInSource].getChunk(sourceIndex.positionInSource, chronologically);
+ return this.messageSources[sourceIndex.sourceIndex].getChunk(sourceIndex.positionInSource, chronologically);
399
}
400
0 commit comments