diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-04-27 21:30:01 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-04-27 21:30:01 +0000 |
commit | 5dc04bcfd5c1bd0942e4a6640bf39d15f464af4f (patch) | |
tree | 78a599bc6dc9341412480da5af5b8f78175d1d65 /source/components/utilities/utstring.c | |
parent | e44d3d8ceb12ae786d331468fe4acf41a4af5424 (diff) |
Notes
Diffstat (limited to 'source/components/utilities/utstring.c')
-rw-r--r-- | source/components/utilities/utstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/utstring.c b/source/components/utilities/utstring.c index 13f75c0b76b5..6e4458af9ed5 100644 --- a/source/components/utilities/utstring.c +++ b/source/components/utilities/utstring.c @@ -303,7 +303,7 @@ AcpiUtRepairName ( * Special case for the root node. This can happen if we get an * error during the execution of module-level code. */ - if (ACPI_COMPARE_NAME (Name, "\\___")) + if (ACPI_COMPARE_NAME (Name, ACPI_ROOT_PATHNAME)) { return; } |