OcAcpiLib: Actually fix SSDT dumping

This commit is contained in:
vit9696 2020-05-31 21:37:16 +03:00
parent 05aeb6d573
commit ae5e1f400e

View File

@ -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));