Filename nonsense

This commit is contained in:
martinsumner 2016-11-03 20:48:23 +00:00
parent dd99d624b1
commit 41f00ba6fa

View file

@ -596,7 +596,7 @@ start_from_file(PCLopts) ->
levelzero_maxcachesize=MaxTableSize}, levelzero_maxcachesize=MaxTableSize},
%% Open manifest %% Open manifest
ManifestPath = InitState#state.root_path ++ ?MANIFEST_FP ++ "/", ManifestPath = InitState#state.root_path ++ "/" ++ ?MANIFEST_FP ++ "/",
ok = filelib:ensure_dir(ManifestPath), ok = filelib:ensure_dir(ManifestPath),
{ok, Filenames} = file:list_dir(ManifestPath), {ok, Filenames} = file:list_dir(ManifestPath),
CurrRegex = "nonzero_(?<MSN>[0-9]+)\\." ++ ?CURRENT_FILEX, CurrRegex = "nonzero_(?<MSN>[0-9]+)\\." ++ ?CURRENT_FILEX,