Don't need to format const string.

This commit is contained in:
Bartosz Taudul
2021-06-04 15:27:23 +02:00
parent cb849ee14c
commit 0b05587b05

View File

@@ -1544,7 +1544,7 @@ void SourceView::RenderSymbolSourceView( const AddrStat& iptotal, const unordere
}
else
{
ImGui::TextDisabled( "(%.2f%%)", 0 );
TextDisabledUnformatted( "(0.00%%)" );
}
}
ImGui::NextColumn();