Skip to content

Commit

Permalink
standard ACPI header
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
  • Loading branch information
SergeySlice committed Apr 30, 2022
1 parent 718db61 commit 614bd7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/OcAcpiLib/OcAcpiLib.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@ AcpiNormalizeTableHeaders (

Modified = FALSE;

Walker = (CHAR8 *) &Table->SignatureCommon.Signature;
for (Index = 0; Index < sizeof (Table->SignatureCommon.Signature); ++Index) {
Walker = (CHAR8 *) &Table->Signature;
for (Index = 0; Index < sizeof (Table->Signature); ++Index) {
if (!IsAsciiPrint (Walker[Index])) {
Walker[Index] = '?';
Modified = TRUE;
Expand Down

0 comments on commit 614bd7b

Please sign in to comment.