- Fix build by removing part of comment which contains broken ocaml code. Since ocaml parses commented code, it breaks on this line

This commit is contained in:
Dmitry Marakasov 2015-05-14 23:50:58 +00:00
parent ccb0bd0a41
commit 68f10c8416
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386369

View file

@ -0,0 +1,11 @@
--- src/utils/net/terminal.ml.orig 2005-11-19 17:19:45 UTC
+++ src/utils/net/terminal.ml
@@ -185,7 +185,7 @@ module Output = struct
let canal = List.assoc chan !chanmap in
etat.chan <- Some (chan, canal);
info (sprintf "connecte au canal '%s'" chan);
- (* {| canal ALL } *)
+
with Not_found -> (* pas encore de recepteur pour ce canal *)
try (* on en cree un *)
let serveur = nsrecord.get_loc chan in