Satisfy GCC -Wformat-security with TextUnformatted

This commit is contained in:
Christopher Hewitt
2022-01-25 14:02:52 -07:00
parent 2c3b603b88
commit aa265ea312
6 changed files with 10 additions and 10 deletions

View File

@ -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());