1
0
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:
Bartosz Taudul
2020-07-21 17:21:09 +02:00
parent e4fbf60668
commit 5d748f3568
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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
{