Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Oct 2, 2022
1 parent 5854596 commit 248d557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NOnion/Cells/CellVersions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ type CellVersions =
if reader.BaseStream.Length = reader.BaseStream.Position then
versions
else
readVersions(versions @ [ ReadBigEndianUInt16 reader ])
readVersions((ReadBigEndianUInt16 reader) :: versions)

let versions = readVersions List.empty
let versions = readVersions List.empty |> Seq.rev

{
Versions = versions
Expand Down

0 comments on commit 248d557

Please sign in to comment.