fixed airspyhf module missing function

This commit is contained in:
Ryzerth
2020-12-23 20:22:20 +01:00
parent 552b886cea
commit a3374c7eca
3 changed files with 3 additions and 5 deletions

View File

@ -64,7 +64,7 @@ namespace LoadingScreen {
ImGui::Spacing();
ImGui::Spacing();
ImGui::Spacing();
ImGui::Text(msg.c_str());
ImGui::Text("%s", msg.c_str());
ImGui::EndPopup();
ImGui::PopStyleVar(1);