mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Fix cook tool crash
This commit is contained in:
@@ -72,7 +72,7 @@ void ClientProcess::Worker::proc()
|
||||
ClientProcess::ThreadWorker.reset(this);
|
||||
|
||||
char thrName[64];
|
||||
snprintf(thrName, 64, "HECL Worker%d", m_idx);
|
||||
snprintf(thrName, 64, "HECL Worker %d", m_idx);
|
||||
logvisor::RegisterThreadName(thrName);
|
||||
|
||||
std::unique_lock<std::mutex> lk(m_proc.m_mutex);
|
||||
|
||||
Reference in New Issue
Block a user