summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2015-11-05 10:29:34 +0100
committerStéphane Glondu <glondu@debian.org>2017-07-27 07:08:02 +0200
commit9e3974ed3a2e9d20d7e4ef563fdba6edd4284288 (patch)
treed5930f310fe88b60504d56a799faad6dbeb59c5e
parentab7ed51ae216475967f4ad5d2509420e3e96f1f0 (diff)
Fix compilation with react 1.0.0
Gbp-Pq: Name 0002-Fix-compilation-with-react-1.0.0.patch
-rw-r--r--src/oBus_signal.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oBus_signal.ml b/src/oBus_signal.ml
index 06162a3..ad11d94 100644
--- a/src/oBus_signal.ml
+++ b/src/oBus_signal.ml
@@ -229,7 +229,7 @@ let connect ?switch sd =
in
let event, send = E.create () in
- let node = Lwt_sequence.add_r send senders in
+ let node = Lwt_sequence.add_r (fun x -> send x) senders in
let event =
E.filter