From: Jérémie D. <Ba...@us...> - 2011-03-17 07:35:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "krobot". The branch, master has been updated via f5ee1deaeab0135564b27e85f3b72ca253d45831 (commit) from 087bcb371629e47643a859f493b2b461fbd5b47f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f5ee1deaeab0135564b27e85f3b72ca253d45831 Author: Jérémie Dimino <je...@di...> Date: Thu Mar 17 08:33:56 2011 +0100 [info] krobot plot does not take arguments anymore ----------------------------------------------------------------------- Changes: diff --git a/info/control2011/src/tools/krobot_plot.ml b/info/control2011/src/tools/krobot_plot.ml index 37a2271..26768b2 100644 --- a/info/control2011/src/tools/krobot_plot.ml +++ b/info/control2011/src/tools/krobot_plot.ml @@ -91,10 +91,6 @@ let draw window graph = +-----------------------------------------------------------------+ *) lwt () = - if Array.length Sys.argv <> 2 then begin - print_endline "usage: krobot-plot <interface>"; - exit 2; - end; ignore (GMain.init ()); Lwt_glib.install (); hooks/post-receive -- krobot |