Skip to content

Commit

Permalink
This was a bug in my offset calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hammons committed Mar 3, 2019
1 parent 3bcf9d0 commit 91f5244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/io/github/markehammons/main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object main {
l.bitsSize()
}

bits.sum / 8
-(bits.sum / 8)
}

@tailrec
Expand Down

0 comments on commit 91f5244

Please sign in to comment.