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