Skip to content
Snippets Groups Projects
Commit 7a6842db authored by fireice-uk's avatar fireice-uk
Browse files

Fix double counting bug

parent 9f0a90e7
No related branches found
No related tags found
No related merge requests found
...@@ -127,10 +127,7 @@ private: ...@@ -127,10 +127,7 @@ private:
bool compare(std::string& err) bool compare(std::string& err)
{ {
if(msg == err) if(msg == err)
{
increment();
return true; return true;
}
else else
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment