mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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…
Reference in New Issue
Block a user