mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcAcpiLib: Actually fix SSDT dumping
This commit is contained in:
parent
05aeb6d573
commit
ae5e1f400e
@ -73,6 +73,8 @@ AcpiGetTableName (
|
||||
}
|
||||
}
|
||||
|
||||
Name[Index] = '\0';
|
||||
|
||||
for (Index = 0; Index < 256; ++Index) {
|
||||
UnicodeSPrint (TempName, sizeof (TempName), L"%a-%u.aml", Name, (UINT32) (Index + 1));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user