summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Nt32Pkg/Library/EdkGenericBdsLib/DevicePath.c2
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