mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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 )
|
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 ) );
|
m_pendingCustomStrings.emplace( ptr, StoreString( str, sz ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user