mirror of
https://github.com/wolfpld/tracy
synced 2025-05-07 15:33:52 +00:00
Fix typo.
This commit is contained in:
parent
81735aea2f
commit
8868cad7b1
@ -898,7 +898,7 @@ void View::AddThreadString( uint64_t id, char* str, size_t sz )
|
||||
|
||||
void View::AddCustomString( uint64_t ptr, char* str, size_t sz )
|
||||
{
|
||||
assert( m_pendingCustomString.find( ptr ) == m_pendingCustomStrings.end() );
|
||||
assert( m_pendingCustomStrings.find( ptr ) == m_pendingCustomStrings.end() );
|
||||
m_pendingCustomStrings.emplace( ptr, StoreString( str, sz ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user