File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,8 @@ let fiber : (unit, [> error ]) t =
390
390
transmit ~len: 4 State. _0 >> = fun () -> fiber
391
391
| '\022' .. '\255' as chr ->
392
392
let len = Char. code chr - 17 in
393
- junk byte >> = fun () -> transmit ~len State. _0 >> = fun () -> fiber
393
+ junk byte >> = fun () ->
394
+ transmit ~len State. _0 >> = fun () -> fiber
394
395
395
396
let uncompress input output : (bigstring, [> error ]) result =
396
397
let v = {i= input; i_pos= 0 ; o= output; o_pos= 0 ; state= State. _0} in
Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ let () =
607
607
( " lzo"
608
608
, [
609
609
test_lzo_0 () ; test_lzo_1 () ; test_lzo_2 () ; test_lzo_3 ()
610
- ; test_lzo_4 () ; test_lzo_5 () ; test_lzo_6 () ; test_lzo_7 ()
610
+ ; test_lzo_4 () ; test_lzo_5 () ; test_lzo_6 () ; test_lzo_7 ()
611
611
; test_lzo_8 () ; test_lzo_9 () ; test_lzo_10 () ; test_lzo_11 ()
612
612
; test_lzo_12 () ; test_lzo_13 () ; test_lzo_14 () ; test_lzo_15 ()
613
613
] ); " minilzo" , [test_minilzo () ]
You can’t perform that action at this time.
0 commit comments