mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-06-02 08:09:49 -04:00
Fix a compiler warning
This commit is contained in:
parent
ec38091599
commit
b35193b3df
2 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ LzmaCompress(
|
|||
|
||||
if (*DestinationSize < destLen)
|
||||
{
|
||||
*DestinationSize = destLen;
|
||||
*DestinationSize = (UINTN)destLen;
|
||||
return EFI_BUFFER_TOO_SMALL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue