aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stm/stm.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/stm.ml b/stm/stm.ml
index 20448947f3..81876e551d 100644
--- a/stm/stm.ml
+++ b/stm/stm.ml
@@ -311,7 +311,7 @@ end = struct
let c1 = add_to_clus_or_ids from cf in
List.iter (fun (dest, trans) ->
let c2 = add_to_clus_or_ids dest (Dag.cluster_of graph dest) in
- fprintf oc "%s -> %s [label=%s,labelfloat=%b];\n"
+ fprintf oc "%s -> %s [xlabel=%s,labelfloat=%b];\n"
(node from) (node dest) (edge trans) (c1 && c2)) l
);
StateidSet.iter (nodefmt oc) !ids;