mirror of
https://github.com/linuxboot/linuxboot
synced 2024-11-21 23:59:59 +00:00
fix size in warning
This commit is contained in:
parent
d889032f4e
commit
8a097f94fa
@ -77,7 +77,7 @@ EFI::fv_pad(\$fv)
|
||||
or die sprintf "%s: data size 0x%x > volume size 0x%x\n",
|
||||
$output,
|
||||
length $fv,
|
||||
$size
|
||||
$compress_size || $size
|
||||
;
|
||||
|
||||
if ($compress_size)
|
||||
|
Loading…
Reference in New Issue
Block a user