OcVariableRuntimeLib: Fix SectionGuid formatting, thx @Goldfish64

This commit is contained in:
vit9696 2023-08-22 08:11:39 +03:00
parent d3e59e7ef4
commit 3a52965fb5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
OpenCore Changelog
==================
#### v0.9.5
- Fixed GUID formatting for legacy NVRAM saving
#### v0.9.4
- Fixed kext blocker `Exclude` strategy for prelinked on 32-bit versions of macOS
- Fixed `ForceAquantiaEthernet` quirk on macOS 14 beta 2, thx @Shikumo

View File

@ -465,7 +465,7 @@ SaveNvram (
Context.StringBuffer,
"\t\t<key>%g</key>%c"
"\t\t<dict>%c",
Context.SectionGuid,
&Context.SectionGuid,
'\n',
'\n'
);