chiark
/
gitweb
/
~ijackson
/
trains.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e5097b
)
Do not attempt to make clicks
author
ian
<ian>
Mon, 16 Mar 2009 00:36:46 +0000
(
00:36
+0000)
committer
ian
<ian>
Mon, 16 Mar 2009 00:36:46 +0000
(
00:36
+0000)
hostside/measure-speeds
patch
|
blob
|
history
diff --git
a/hostside/measure-speeds
b/hostside/measure-speeds
index 27bca79a01ddcdfd4ceb19572f9f44ba36f03b3b..d14cc9cc1c788170c65cb8f5247578f198042808 100755
(executable)
--- 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
}