Skip to content

Commit

Permalink
Fix double counting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fireice-uk committed Jul 18, 2017
1 parent 9f0a90e commit 7a6842d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions executor.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,7 @@ class executor
bool compare(std::string& err)
{
if(msg == err)
{
increment();
return true;
}
else
return false;
}
Expand Down

0 comments on commit 7a6842d

Please sign in to comment.