mirror of https://github.com/acidanthera/audk.git
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:
parent
7da7367655
commit
2bf3421a0c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue