mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-28 21:37:50 +02:00
Satisfy GCC -Wformat-security with TextUnformatted
This commit is contained in:
@ -433,7 +433,7 @@ namespace ImGui {
|
||||
char buf[128];
|
||||
ImGui::BeginTooltip();
|
||||
|
||||
ImGui::Text("%s", name.c_str());
|
||||
ImGui::TextUnformatted(name.c_str());
|
||||
|
||||
if (ImGui::IsKeyDown(GLFW_KEY_LEFT_CONTROL) || ImGui::IsKeyDown(GLFW_KEY_RIGHT_CONTROL)) {
|
||||
ImGui::Separator();
|
||||
|
Reference in New Issue
Block a user