Skip to content

Commit

Permalink
[update] not using some function from stdlib.blob!
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Gatien-Baron committed Jun 17, 2011
1 parent 9e0d6b9 commit fd1ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funaction.opa
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ restart(_ : Multitub.S.channel, c_channel : Multitub.C.channel, _) =
**/
level(s_channel : Multitub.S.channel, _ : Multitub.C.channel, dom_level : dom, _) =
value = Dom.get_value(dom_level)
level = int_of_string_unsafe(value) : IA.level
level = Int.of_string(value) : IA.level
do Multitub.send_server(s_channel, {ia_parameters = { ~level }})
void

Expand Down

0 comments on commit fd1ef64

Please sign in to comment.