提交 bb02ab7a 编写于 作者: N Nikolai SAOUKH

OpenCorePkg: make explicit conversion to CHAR8

上级 df63d5fc
......@@ -142,7 +142,7 @@ OcKernelReadDarwinVersion (
DarwinVersion[Index] = (CHAR8) Kernel[Offset];
}
DarwinVersion[Index] = '\0';
DarwinVersionInteger = OcParseDarwinVersion (DarwinVersion);
DarwinVersionInteger = (CHAR8) OcParseDarwinVersion (DarwinVersion);
DEBUG ((
DEBUG_INFO,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册