This commit is contained in:
gabime 2014-02-02 00:08:47 +02:00
parent efb6022eba
commit 5e8eea7e90
1 changed files with 2 additions and 3 deletions

View File

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