mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 22:44:34 +00:00
Increase buffer size.
This commit is contained in:
parent
e19a981b8c
commit
3fbc2c8036
@ -2430,7 +2430,7 @@ void SourceView::RenderAsmLine( AsmLine& line, uint32_t ipcnt, uint32_t iptotal,
|
||||
ImGui::SameLine();
|
||||
const auto lineString = RealToString( srcline );
|
||||
const auto linesz = strlen( lineString );
|
||||
char buf[32];
|
||||
char buf[64];
|
||||
const auto fnsz = strlen( fileName );
|
||||
if( fnsz < 30 - m_maxLine )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user