Skip to content

Commit

Permalink
OcVariableRuntimeLib: Fix SectionGuid formatting, thx @Goldfish64
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Aug 22, 2023
1 parent d3e59e7 commit 3a52965
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Library/OcVariableRuntimeLib/OcVariableRuntimeLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ SaveNvram (
Context.StringBuffer,
"\t\t<key>%g</key>%c"
"\t\t<dict>%c",
Context.SectionGuid,
&Context.SectionGuid,
'\n',
'\n'
);
Expand Down

0 comments on commit 3a52965

Please sign in to comment.