aboutsummaryrefslogtreecommitdiff
path: root/probalizer.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'probalizer.tcl')
-rw-r--r--probalizer.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/probalizer.tcl b/probalizer.tcl
index 2f069e9..bee7d26 100644
--- a/probalizer.tcl
+++ b/probalizer.tcl
@@ -22,13 +22,13 @@ proc probalizer_apply {id} {
[eval concat $$var_graph_noccurrences] \
[eval concat $$var_graph_save] \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc probalizer_cancel {id} {
set cmd [concat $id cancel \;]
#puts stderr $cmd
- pd $cmd
+ pdsend $cmd
}
proc probalizer_ok {id} {