summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 68bf6683f..902e9e43b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -236,8 +236,8 @@ int main( int argc, char **argv )
for (int i = 0; i < argc; i++)
{
if (
- (_stricmp(argv[i], "/commlog") == 0) ||
- (_stricmp(argv[i], "/logcomm") == 0)
+ (NoCaseCompare(argv[i], "/commlog") == 0) ||
+ (NoCaseCompare(argv[i], "/logcomm") == 0)
)
{
g_ShouldLogComm = true;