This commit is contained in:
gabime
2014-02-02 00:08:30 +02:00
parent 91e6122819
commit efb6022eba
2 changed files with 1 additions and 2 deletions

View File

@@ -70,8 +70,8 @@ void popper(Q* q)
string output;
while(active)
{
//q->pop(output);
q->clear();
//q->pop(output);
++pop_count;
}
}