minor bug fix
svn: r3328
This commit is contained in:
parent
7d8b11a4a6
commit
1a70f40e4f
|
@ -10,10 +10,10 @@
|
|||
|
||||
(define pings (make-hash 'equal))
|
||||
|
||||
(for-each-e (where)
|
||||
(match-lambda [(line function context rest ...)
|
||||
(hash-table-increment! pings (list function context))]
|
||||
[_ (void)]))
|
||||
(for-each-e! (where)
|
||||
(match-lambda [(line function context rest ...)
|
||||
(hash-table-increment! pings (list function context))]
|
||||
[_ (void)]))
|
||||
|
||||
(define clicks (changes (quotient milliseconds 50)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user