提交 864491e7 编写于 作者: O openharmony_ci 提交者: Gitee

!49 【轻量级 PR】:fix first api version dump info

Merge pull request !49 from lanxueyuan/N/A
......@@ -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.
先完成此消息的编辑!
想要评论请 注册