aboutsummaryrefslogtreecommitdiffstats
path: root/cgi-bin/lxr
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/lxr')
-rwxr-xr-xcgi-bin/lxr4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi-bin/lxr b/cgi-bin/lxr
index 719bf96..b134738 100755
--- a/cgi-bin/lxr
+++ b/cgi-bin/lxr
@@ -339,8 +339,8 @@ sub search {
$ver, $find);
my @cooked = (map { $$_[1] = ucfirst($LXRng::Lang::deftypes{$$_[1]});
$_ }
- sort { $LXRng::Lang::defweight{$$a[1]} cmp
- $LXRng::Lang::defweight{$$b[1]} ||
+ sort { $LXRng::Lang::defweight{$$b[1]} cmp
+ $LXRng::Lang::defweight{$$a[1]} ||
$$a[2] cmp $$b[2] ||
$$a[3] <=> $$b[3] }
@$result);