diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-19 05:49:53 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-04-19 05:49:53 +0000 |
| commit | a95efc1a1522251892a7baebcb0569741ad7c6ca (patch) | |
| tree | 123ed5e9ad0bad1d892c0637e33953142b50843f /source/components/utilities/uteval.c | |
| parent | 9b7735bafd2eb5079bc7f216ba350dbf8f268683 (diff) | |
Notes
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 7fb7ba6f3d64..82f2b79f64a1 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 */ |
