|
@@ -31,7 +31,7 @@ INT StartOGCTool()
|
|
|
{
|
|
|
TCHAR szModulPath[MAX_PATH] = {0};
|
|
|
_stprintf(szModulPath, _T("%s"), GLOBAL::GetModulePath(_T("Demo.exe"), dwProcId));
|
|
|
- if ( _tcscmp(szModulPath, GLOBAL::g_config.szOGCToolProgram) != 0 )
|
|
|
+ if ( _tcsicmp(szModulPath, GLOBAL::g_config.szOGCToolProgram) != 0 )
|
|
|
{
|
|
|
TCHAR szMsg[1024] = {0};
|
|
|
_stprintf_s(szMsg,
|