From c25a97c7b4f09b4c9efa992434d341f5b89629ff Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 25 Aug 2015 19:41:12 +0000 Subject: Import ACPICA 20150818. --- source/components/dispatcher/dsdebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/components/dispatcher/dsdebug.c') diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c index 527bbf7461d2..b28f44362087 100644 --- a/source/components/dispatcher/dsdebug.c +++ b/source/components/dispatcher/dsdebug.c @@ -96,7 +96,7 @@ AcpiDsPrintNodePathname ( Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; - Status = AcpiNsHandleToPathname (Node, &Buffer, FALSE); + Status = AcpiNsHandleToPathname (Node, &Buffer, TRUE); if (ACPI_SUCCESS (Status)) { if (Message) -- cgit v1.2.3