Remove non-compatible OTP16 option
This commit is contained in:
parent
e6c4c9eff8
commit
d16defa597
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ save_manifest(Manifest, RootPath) ->
|
|||
FP = filepath(RootPath, Manifest#manifest.manifest_sqn, current_manifest),
|
||||
ets:tab2file(Manifest#manifest.table,
|
||||
FP,
|
||||
[{extended_info, [md5sum]}, {sync, true}]).
|
||||
[{extended_info, [md5sum]}]).
|
||||
|
||||
|
||||
insert_manifest_entry(Manifest, ManSQN, Level, Entry) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue