diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 62a7dd7a..d71247e5 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -696,7 +696,7 @@ bool View::DrawImpl() { m_notificationTime -= io.DeltaTime; ImGui::SameLine(); - ImGui::TextDisabled( m_notificationText.c_str() ); + ImGui::TextDisabled( "%s", m_notificationText.c_str() ); } DrawFrames(); DrawZones();