Fix reversed order of manifest entry elements
This commit is contained in:
parent
f5d23778cb
commit
55ea217151
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ let parse_mft buf =
|
||||||
| `Reserved_first -> Error (`Msg "found RESERVED_FIRST not as first entry"))
|
| `Reserved_first -> Error (`Msg "found RESERVED_FIRST not as first entry"))
|
||||||
(Ok [])
|
(Ok [])
|
||||||
entries
|
entries
|
||||||
|
|> List.rev
|
||||||
in
|
in
|
||||||
Ok { version = Int32.to_int version; entries }
|
Ok { version = Int32.to_int version; entries }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue