Fix bad exit with no FK

This commit is contained in:
martinsumner 2017-03-14 00:52:07 +00:00
parent a1c49b668a
commit 19bc838d90

View file

@ -1212,7 +1212,8 @@ form_slot(KVList1, KVList2, {IsBasement, TS}, no_lookup, Size, Slot, FK) ->
true ->
{KVList1,
KVList2,
{no_lookup, lists:reverse(Slot)}};
{no_lookup, lists:reverse(Slot)},
FK};
false ->
form_slot(Rem1,
Rem2,