diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-08-25 19:41:12 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-08-25 19:41:12 +0000 |
| commit | c25a97c7b4f09b4c9efa992434d341f5b89629ff (patch) | |
| tree | 2fa9d2167f719968f73daa4ec16528a068d308ad /source/components/dispatcher/dsdebug.c | |
| parent | 136eac2a0638d3c751b1987603f71a9ae26879fd (diff) | |
Notes
Diffstat (limited to 'source/components/dispatcher/dsdebug.c')
| -rw-r--r-- | source/components/dispatcher/dsdebug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/dispatcher/dsdebug.c b/source/components/dispatcher/dsdebug.c index 527bbf7461d26..b28f443620876 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) |
