提交 257cbd77 编写于 作者: J jp9000

use astrcmpi to prevent multiplatform clib incompatibility

上级 989e7340
......@@ -18,6 +18,7 @@
#include <sstream>
#include <util/bmem.h>
#include <util/dstr.h>
#include <util/platform.h>
#include "obs-app.hpp"
......@@ -165,7 +166,7 @@ bool OBSApp::InitLocale()
return false;
}
if (strcmpi(lang, DEFAULT_LANG) == 0)
if (astrcmpi(lang, DEFAULT_LANG) == 0)
return true;
string path;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册