summaryrefslogtreecommitdiffhomepage
path: root/Stars45/MsnSelectDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/MsnSelectDlg.cpp')
-rw-r--r--Stars45/MsnSelectDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/MsnSelectDlg.cpp b/Stars45/MsnSelectDlg.cpp
index 8972e7c..9530dcf 100644
--- a/Stars45/MsnSelectDlg.cpp
+++ b/Stars45/MsnSelectDlg.cpp
@@ -443,7 +443,7 @@ MsnSelectDlg::OnDel(AWEvent* event)
ConfirmDlg* confirm = manager->GetConfirmDlg();
if (confirm) {
char msg[256];
- sprintf(msg, Game::GetText("MsnSelectDlg.are-you-sure").data(), m->Name());
+ sprintf_s(msg, Game::GetText("MsnSelectDlg.are-you-sure").data(), m->Name());
confirm->SetMessage(msg);
confirm->SetTitle(Game::GetText("MsnSelectDlg.confirm-delete"));
confirm->SetParentControl(btn_del);