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 committed Oct 8, 2015
1 parent 0b36382 commit 9d251cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public bool IsEnd
{
if (block.Start < block.End)
{
return true;
return false; // subsequent block has data - IsEnd is false
}
block = block.Next;
}
Expand Down

0 comments on commit 9d251cd

Please sign in to comment.