From d67554139fb314cd60079a2e6a6be17ec61d0978 Mon Sep 17 00:00:00 2001 From: ian Date: Mon, 16 Mar 2009 00:36:46 +0000 Subject: [PATCH] Do not attempt to make clicks --- hostside/measure-speeds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hostside/measure-speeds b/hostside/measure-speeds index 27bca79..d14cc9c 100755 --- a/hostside/measure-speeds +++ b/hostside/measure-speeds @@ -169,8 +169,8 @@ proc now-ms-click {{returnthis {}}} { if {[string length $returnthis]} { return $returnthis } global noise set now [now-ms] - set f [open |[list sh -c {"$@" >/dev/dsp} x printf $noise]] - fileevent $f readable [list close $f] +# set f [open |[list sh -c {"$@" >/dev/dsp} x printf $noise]] +# fileevent $f readable [list close $f] return $now } -- 2.30.2