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:
qwang12 2007-07-02 09:53:14 +00:00
parent 818e688e78
commit 71339b0da0
1 changed files with 1 additions and 1 deletions

View File

@ -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