Fix overlapping _ references
This commit is contained in:
parent
afb28aa7d6
commit
8f0bf8b892
1 changed files with 2 additions and 2 deletions
|
@ -728,8 +728,8 @@ read_slot(Handle, Slot) ->
|
|||
end.
|
||||
|
||||
read_slots(Handle, SlotList) ->
|
||||
[{pointer, FirstSlot, _SK, _EK}|_Rest] = SlotList,
|
||||
{pointer, LastSlot, _SK, _EK} = lists:last(SlotList),
|
||||
[{pointer, FirstSlot, _SK1, _EK1}|_Rest] = SlotList,
|
||||
{pointer, LastSlot, _SKL, _EKL} = lists:last(SlotList),
|
||||
StartPos = FirstSlot#slot_index_value.start_position,
|
||||
Length = LastSlot#slot_index_value.start_position
|
||||
+ LastSlot#slot_index_value.length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue