Use proper types

This commit is contained in:
Kawe Mazidjatari 2022-06-15 02:07:27 +02:00
parent ae1d0516c2
commit 26b51681e9

View File

@ -799,7 +799,7 @@ void CConsole::ClearLog(void)
//-----------------------------------------------------------------------------
void CConsole::ColorLog(void) const
{
for (int i = 0; i < m_ivConLog.size(); i++)
for (size_t i = 0; i < m_ivConLog.size(); i++)
{
if (!m_itFilter.PassFilter(m_ivConLog[i].m_svConLog.c_str()))
{