Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/acpica/dist/common fix printf format (llvm)



details:   https://anonhg.NetBSD.org/src/rev/7851db537705
branches:  trunk
changeset: 460371:7851db537705
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 19 15:48:48 2019 +0000

description:
fix printf format (llvm)

diffstat:

 sys/external/bsd/acpica/dist/common/dmtables.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c27930ff736b -r 7851db537705 sys/external/bsd/acpica/dist/common/dmtables.c
--- a/sys/external/bsd/acpica/dist/common/dmtables.c    Sat Oct 19 15:44:31 2019 +0000
+++ b/sys/external/bsd/acpica/dist/common/dmtables.c    Sat Oct 19 15:48:48 2019 +0000
@@ -219,7 +219,7 @@
      * 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);
 }



Home | Main Index | Thread Index | Old Index