fix: Format security error

This commit is contained in:
WerWolv 2023-12-14 20:59:30 +01:00
parent 78ef5b0d07
commit b71a776770

View file

@ -333,7 +333,7 @@ namespace hex {
ImGui::PushTextWrapPos(300_scaled);
if (!this->m_windowTitleFull.empty())
ImGui::SetItemTooltip(this->m_windowTitleFull.c_str());
ImGui::SetItemTooltip("%s", this->m_windowTitleFull.c_str());
ImGui::PopTextWrapPos();
ImGui::PopStyleVar(3);