Skip to content

Commit

Permalink
subsequent block has data - IsEnd is false
Browse files Browse the repository at this point in the history
Resolves #249
  • Loading branch information
benaadams authored and halter73 committed Oct 8, 2015
1 parent 24c0a8e commit 6f506ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public bool IsEnd
{
if (block.Start < block.End)
{
return true;
return false; // subsequent block has data - IsEnd is false
}
}
return true;
Expand Down

0 comments on commit 6f506ba

Please sign in to comment.