Correctly identify empty slotlist
This commit is contained in:
parent
b2f3d882a9
commit
1813317121
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ sst_new(RootPath, Filename, Level, KVList, MaxSQN) ->
|
||||||
sst_new(RootPath, Filename, KVL1, KVL2, IsBasement, Level, MaxSQN) ->
|
sst_new(RootPath, Filename, KVL1, KVL2, IsBasement, Level, MaxSQN) ->
|
||||||
{Rem1, Rem2, SlotList} = merge_lists(KVL1, KVL2, {IsBasement, Level}),
|
{Rem1, Rem2, SlotList} = merge_lists(KVL1, KVL2, {IsBasement, Level}),
|
||||||
case SlotList of
|
case SlotList of
|
||||||
{_, []} ->
|
[{_, []}] ->
|
||||||
empty;
|
empty;
|
||||||
_ ->
|
_ ->
|
||||||
{ok, Pid} = gen_fsm:start(?MODULE, [], []),
|
{ok, Pid} = gen_fsm:start(?MODULE, [], []),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue