mirror of https://github.com/acidanthera/audk.git
Change NameGuid to FvFileName
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2961 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
818e688e78
commit
71339b0da0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue