upstream: https://github.com/mirage/ocaml-mbr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pus: rename test_ functions, fix service_type doc (merlint E330/E410)

+2 -1
+2 -1
lib/mbr.ml
··· 403 403 let marshal_bytes (buf : bytes) t = 404 404 let parts = t.partitions in 405 405 let nth i = 406 - try List.nth parts i with Failure _ | Invalid_argument _ -> empty_partition 406 + try List.nth parts i 407 + with Failure _ | Invalid_argument _ -> empty_partition 407 408 in 408 409 let raw = 409 410 {