summaryrefslogtreecommitdiffhomepage
path: root/Stars45/SeekerAI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/SeekerAI.cpp')
-rw-r--r--Stars45/SeekerAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/SeekerAI.cpp b/Stars45/SeekerAI.cpp
index 86e027f..0fb0adb 100644
--- a/Stars45/SeekerAI.cpp
+++ b/Stars45/SeekerAI.cpp
@@ -251,7 +251,7 @@ const char*
SeekerAI::GetObserverName() const
{
static char name[64];
- sprintf(name, "SeekerAI(%s)", self->Name());
+ sprintf_s(name, "SeekerAI(%s)", self->Name());
return name;
}