mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 03:25:48 +00:00
This was SVN commit r13413.
This commit is contained in:
@@ -37,7 +37,7 @@ void CDebuggingServer::GetAllCallstacks(std::stringstream& response)
|
||||
std::stringstream stream;
|
||||
uint nbrCallstacksWritten = 0;
|
||||
std::list<CThreadDebugger*>::iterator itr;
|
||||
if (m_ThreadDebuggers.size() > 0)
|
||||
if (!m_ThreadDebuggers.empty())
|
||||
{
|
||||
response << "[";
|
||||
for (itr = m_ThreadDebuggers.begin(); itr != m_ThreadDebuggers.end(); itr++)
|
||||
|
||||
Reference in New Issue
Block a user