mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 20:07:51 +02:00
Satisfy GCC -Wformat-security with TextUnformatted
This commit is contained in:
@ -738,7 +738,7 @@ private:
|
||||
}
|
||||
|
||||
ImGui::BeginTooltip();
|
||||
ImGui::Text("%s", hoveredBookmarkName.c_str());
|
||||
ImGui::TextUnformatted(hoveredBookmarkName.c_str());
|
||||
ImGui::Separator();
|
||||
ImGui::Text("List: %s", hoveredBookmark.listName.c_str());
|
||||
ImGui::Text("Frequency: %s", utils::formatFreq(hoveredBookmark.bookmark.frequency).c_str());
|
||||
|
Reference in New Issue
Block a user