We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a27779 commit 0cc8e29Copy full SHA for 0cc8e29
profiler/src/profiler/TracySourceContents.cpp
@@ -69,7 +69,7 @@ void SourceContents::Parse( const char* fileName, const Worker& worker, const Vi
69
void SourceContents::Parse( const char* source )
70
{
71
if( source == m_data ) return;
72
- Parse( m_data, strlen( source ) );
+ Parse( source, strlen( source ) );
73
}
74
75
void SourceContents::Parse( const char* source, size_t len )
0 commit comments