Filename nonsense
This commit is contained in:
parent
dd99d624b1
commit
41f00ba6fa
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ start_from_file(PCLopts) ->
|
|||
levelzero_maxcachesize=MaxTableSize},
|
||||
|
||||
%% Open manifest
|
||||
ManifestPath = InitState#state.root_path ++ ?MANIFEST_FP ++ "/",
|
||||
ManifestPath = InitState#state.root_path ++ "/" ++ ?MANIFEST_FP ++ "/",
|
||||
ok = filelib:ensure_dir(ManifestPath),
|
||||
{ok, Filenames} = file:list_dir(ManifestPath),
|
||||
CurrRegex = "nonzero_(?<MSN>[0-9]+)\\." ++ ?CURRENT_FILEX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue