.
svn: r3517
This commit is contained in:
parent
6d1f299cfc
commit
343c734291
|
@ -267,7 +267,7 @@ Various common pieces of code that both the client and server need to access
|
||||||
#f
|
#f
|
||||||
(let ((best-row
|
(let ((best-row
|
||||||
(car
|
(car
|
||||||
(sort
|
(quicksort
|
||||||
matches
|
matches
|
||||||
(λ (a b) (> (assoc-table-row->min a) (assoc-table-row->min b)))))))
|
(λ (a b) (> (assoc-table-row->min a) (assoc-table-row->min b)))))))
|
||||||
(make-pkg
|
(make-pkg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user