Skip to content
Snippets Groups Projects
Commit e885d10c authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Unmarshal] improve error message

parent bf3ecb4d
No related branches found
No related tags found
No related merge requests found
...@@ -503,7 +503,7 @@ let input_val ch t = ...@@ -503,7 +503,7 @@ let input_val ch t =
read_string stk t len read_string stk t len
| _ -> | _ ->
ill_formed (Printf.sprintf "code %x" code) ill_formed (Printf.sprintf "code 0x%x" code)
in in
match t with match t with
| Dynamic f -> | Dynamic f ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment