Skip to content

Commit

Permalink
Bug fix: bpMatch wasn't getting updated each time through the while l…
Browse files Browse the repository at this point in the history
…oop.
  • Loading branch information
Kinematics committed Jul 24, 2015
1 parent 4803f56 commit abb0254
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TallyCore/Votes/VoteConstructor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ public Dictionary<VoteType, List<List<string>>> SeparateVoteTypes(List<string> p
}

postLines = postLines.Skip(basePlan.Count).ToList();

bpMatch = basePlanRegex.Match(postLines.First());
}


Expand Down

0 comments on commit abb0254

Please sign in to comment.