Commit 5e8eea7e authored by gabime's avatar gabime

fix

parent efb6022e
...@@ -69,9 +69,8 @@ void popper(Q* q) ...@@ -69,9 +69,8 @@ void popper(Q* q)
{ {
string output; string output;
while(active) while(active)
{ {
q->clear(); q->pop(output);
//q->pop(output);
++pop_count; ++pop_count;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment