Update src/leveled_iclerk.erl
Co-authored-by: Thomas Arts <thomas.arts@quviq.com>
This commit is contained in:
parent
f3f574de02
commit
7bf67563ef
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ size_comparison_score(KeySizeList,
|
||||||
true ->
|
true ->
|
||||||
{ActSize + Size - ?CRC_SIZE, RplSize};
|
{ActSize + Size - ?CRC_SIZE, RplSize};
|
||||||
convert ->
|
convert ->
|
||||||
{ActSize, RplSize + Size - ?CRC_SIZE};
|
{ActSize, RplSize + Size - ?CRC_SIZE};
|
||||||
false ->
|
false ->
|
||||||
{ActSize, RplSize + Size - ?CRC_SIZE}
|
{ActSize, RplSize + Size - ?CRC_SIZE}
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue