mirror of
https://github.com/c-cube/linol.git
synced 2025-12-09 12:45:53 -05:00
fix warning
This commit is contained in:
parent
149ab8464e
commit
2a3c815a08
1 changed files with 0 additions and 2 deletions
|
|
@ -29,8 +29,6 @@ let catch f g =
|
|||
try f()
|
||||
with e -> g e
|
||||
|
||||
let spf = Printf.sprintf
|
||||
|
||||
let rec read ic buf i len =
|
||||
if len>0 then (
|
||||
let n = input ic buf i len in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue