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