Update Compile warning

This commit is contained in:
LordGrey 2022-12-19 13:14:04 +01:00
parent 4450e40dfd
commit 1317b843c7
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ void MFGrabber::process_image(const void *frameImageBuffer, int size)
Error(_log, "Frame too small: %d != %d", size, _frameByteSize);
else if (_threadManager != nullptr)
{
for (int i = 0; i < _threadManager->_threadCount; i++)
for (unsigned long i = 0; i < _threadManager->_threadCount; i++)
{
if (!_threadManager->_threads[i]->isBusy())
{