diff options
author | jkim <jkim@FreeBSD.org> | 2013-04-19 05:49:53 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-04-19 05:49:53 +0000 |
commit | 2827e383d552774c11bb806510c3468678d07994 (patch) | |
tree | 123ed5e9ad0bad1d892c0637e33953142b50843f /source/components/utilities/uteval.c | |
parent | ff267f44096982acaf4f35007cecaf439840ed05 (diff) | |
download | FreeBSD-src-2827e383d552774c11bb806510c3468678d07994.zip FreeBSD-src-2827e383d552774c11bb806510c3468678d07994.tar.gz |
Import ACPICA 20130418.
Diffstat (limited to 'source/components/utilities/uteval.c')
-rw-r--r-- | source/components/utilities/uteval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/utilities/uteval.c b/source/components/utilities/uteval.c index 7fb7ba6..82f2b79f 100644 --- a/source/components/utilities/uteval.c +++ b/source/components/utilities/uteval.c @@ -95,7 +95,7 @@ AcpiUtEvaluateObject ( } Info->PrefixNode = PrefixNode; - Info->Pathname = Path; + Info->RelativePathname = Path; /* Evaluate the object/method */ |