mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't calculate known strings length.
This commit is contained in:
@@ -2429,7 +2429,7 @@ bool Profiler::HandleServerQuery()
|
||||
case ServerQueryThreadString:
|
||||
if( ptr == m_mainThread )
|
||||
{
|
||||
SendString( ptr, "Main thread", QueueType::ThreadName );
|
||||
SendString( ptr, "Main thread", 11, QueueType::ThreadName );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user