summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Intel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Intel.cpp')
-rw-r--r--Stars45/Intel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Stars45/Intel.cpp b/Stars45/Intel.cpp
index 172f2e1..6586ad2 100644
--- a/Stars45/Intel.cpp
+++ b/Stars45/Intel.cpp
@@ -39,7 +39,7 @@ int
Intel::IntelFromName(const char* type_name)
{
for (int i = RESERVE; i <= TRACKED; i++)
- if (!stricmp(type_name, intel_name[i]))
+ if (!_stricmp(type_name, intel_name[i]))
return i;
return 0;