提交 a6cb0bee 编写于 作者: L lanxueyuan 提交者: Gitee

fix first api version dump info

上级 6f6e087f
......@@ -34,7 +34,7 @@ static const char* GetSdkApiLevel()
static const char* GetFirstApiLevel()
{
static char firstApiVersion[API_VERSION_LEN] = {0};
int firstApi = GetSdkApiVersion();
int firstApi = GetFirstApiVersion();
sprintf_s(firstApiVersion, API_VERSION_LEN, "%d", firstApi);
return firstApiVersion;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册