add type cast.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8159 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2009-04-23 07:55:50 +00:00
parent 7da7367655
commit 2bf3421a0c
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ ConvertBmpToGopBlt (
//
// GopBlt has been allocated by caller.
//
if (*GopBltSize < BltBufferSize) {
if (*GopBltSize < (UINTN) BltBufferSize) {
*GopBltSize = (UINTN) BltBufferSize;
return EFI_BUFFER_TOO_SMALL;
}