aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/acpica-tools/files/patch-source_common_dmtables.c
blob: 87e547434863d73b32ba2e59b3930ee2113c8c69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- source/common/dmtables.c.orig   2019-08-16 15:01:10 UTC
+++ source/common/dmtables.c
@@ -327,7 +327,7 @@ AdCreateTableHeader (
      * makes it easier to rename the disassembled ASL file if needed.
      */
     AcpiOsPrintf (
-        "DefinitionBlock (\"\", \"%4.4s\", %hu, \"%.6s\", \"%.8s\", 0x%8.8X)\n",
+        "DefinitionBlock (\"\", \"%4.4s\", %hhu, \"%.6s\", \"%.8s\", 0x%8.8X)\n",
         Table->Signature, Table->Revision,
         Table->OemId, Table->OemTableId, Table->OemRevision);
 }