Skip to content

Commit

Permalink
OcAcpiLib: Actually fix SSDT dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 31, 2020
1 parent 05aeb6d commit ae5e1f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/OcAcpiLib/AcpiDump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit ae5e1f4

Please sign in to comment.