mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-26 18:08:23 +08:00
Fix compiler warning, closes #121
This commit is contained in:
parent
3a4cf7ccee
commit
e0b008a00c
@ -74,7 +74,7 @@ LzmaCompress(
|
|||||||
|
|
||||||
if (*DestinationSize < destLen)
|
if (*DestinationSize < destLen)
|
||||||
{
|
{
|
||||||
*DestinationSize = destLen;
|
*DestinationSize = (UINTN)destLen;
|
||||||
return ERR_BUFFER_TOO_SMALL;
|
return ERR_BUFFER_TOO_SMALL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user