Unsiged overflow, great

This commit is contained in:
LightCat 2018-08-21 15:27:34 +02:00
parent 323cee6363
commit 5f2613ef96

View File

@ -97,14 +97,6 @@ void updateSearch()
logging::Info("Starting queue");
tfmm::startQueue();
}
#if not ENABLE_VISUALS
if (req_timer.test_and_set(1800000))
{
logging::Info("Stuck in queue, segfaulting");
*(int *) nullptr;
exit(1);
}
#endif
}
void update()