msvc warning fix
This commit is contained in:
parent
ac94995f70
commit
358a05a2c8
|
@ -244,7 +244,7 @@ bool PNS_LOG_PLAYER::CompareResults( PNS_LOG_FILE* aLog )
|
|||
{
|
||||
auto cstate = GetRouterUpdatedItems();
|
||||
|
||||
printf("Comparing %lu added/%lu removed items\n", cstate.m_addedItems.size(), cstate.m_removedIds.size() );
|
||||
printf("Comparing %zu added/%zu removed items\n", cstate.m_addedItems.size(), cstate.m_removedIds.size() );
|
||||
return cstate.Compare( aLog->GetExpectedResult() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue