mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 10:01:33 +08:00
fix
This commit is contained in:
parent
efb6022eba
commit
5e8eea7e90
@ -70,8 +70,7 @@ void popper(Q* q)
|
|||||||
string output;
|
string output;
|
||||||
while(active)
|
while(active)
|
||||||
{
|
{
|
||||||
q->clear();
|
q->pop(output);
|
||||||
//q->pop(output);
|
|
||||||
++pop_count;
|
++pop_count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user