mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OpenCorePkg: make explicit conversion to CHAR8
This commit is contained in:
parent
df63d5fcba
commit
bb02ab7a1f
@ -142,7 +142,7 @@ OcKernelReadDarwinVersion (
|
||||
DarwinVersion[Index] = (CHAR8) Kernel[Offset];
|
||||
}
|
||||
DarwinVersion[Index] = '\0';
|
||||
DarwinVersionInteger = OcParseDarwinVersion (DarwinVersion);
|
||||
DarwinVersionInteger = (CHAR8) OcParseDarwinVersion (DarwinVersion);
|
||||
|
||||
DEBUG ((
|
||||
DEBUG_INFO,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user