Correct root path setting in pclerk
This commit is contained in:
parent
4c59342600
commit
bfcf981485
1 changed files with 2 additions and 2 deletions
|
@ -151,8 +151,8 @@ merge(SrcLevel, Manifest, RootPath) ->
|
|||
Src),
|
||||
{Man0, []};
|
||||
_ ->
|
||||
RootPath = leveled_penciller:sst_rootpath(RootPath),
|
||||
perform_merge(Manifest, Src, SinkList, SrcLevel, RootPath, NewSQN)
|
||||
SST_RP = leveled_penciller:sst_rootpath(RootPath),
|
||||
perform_merge(Manifest, Src, SinkList, SrcLevel, SST_RP, NewSQN)
|
||||
end.
|
||||
|
||||
notify_deletions([], _Penciller) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue