Compare commits

..

No commits in common. "enable_sliding_windows" and "master" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class BlockProcessor {
break; break;
} }
if (++i > wf.getSlidingWindowSize()) { if (i > wf.getSlidingWindowSize()) {
break; break;
} }