diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 09:53:14 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-02 09:53:14 +0000 |
commit | 71339b0da0eeca19155fc48295533532b7025b9f (patch) | |
tree | 73671f82b3777a0895a58e1c12ca46c6d0895abc /Nt32Pkg | |
parent | 818e688e78d8af9c35908a587dc34105deadc479 (diff) | |
download | edk2-platforms-71339b0da0eeca19155fc48295533532b7025b9f.tar.xz |
Change NameGuid to FvFileName
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2961 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c b/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c index a8e796cae9..d971705ae6 100644 --- a/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c +++ b/Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c @@ -834,7 +834,7 @@ DevPathFvFilePath ( MEDIA_FW_VOL_FILEPATH_DEVICE_PATH *FvFilePath;
FvFilePath = DevPath;
- CatPrint (Str, L"%g", &FvFilePath->NameGuid);
+ CatPrint (Str, L"%g", &FvFilePath->FvFileName);
}
VOID
|