fix size in warning

This commit is contained in:
Trammell hudson 2018-01-25 18:22:17 -05:00
parent d889032f4e
commit 8a097f94fa
Failed to extract signature

View File

@ -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)