mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcVariableRuntimeLib: Fix SectionGuid formatting, thx @Goldfish64
This commit is contained in:
parent
d3e59e7ef4
commit
3a52965fb5
@ -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
|
||||
|
||||
@ -465,7 +465,7 @@ SaveNvram (
|
||||
Context.StringBuffer,
|
||||
"\t\t<key>%g</key>%c"
|
||||
"\t\t<dict>%c",
|
||||
Context.SectionGuid,
|
||||
&Context.SectionGuid,
|
||||
'\n',
|
||||
'\n'
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user