Fix several build break in Ovmf package.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9292 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2009-09-21 14:20:11 +00:00
parent b374d62a11
commit 7d9cf3f25e
2 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@ NvVarsFileReadCheckup (
}
*Exists = TRUE;
*Size = FileInfo->FileSize;
*Size = (UINTN) FileInfo->FileSize;
FreePool (FileInfo);
}