aboutsummaryrefslogtreecommitdiffstats
path: root/cgi-bin/lxr
diff options
context:
space:
mode:
Diffstat (limited to 'cgi-bin/lxr')
-rwxr-xr-xcgi-bin/lxr3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi-bin/lxr b/cgi-bin/lxr
index 28d6635..375b640 100755
--- a/cgi-bin/lxr
+++ b/cgi-bin/lxr
@@ -331,8 +331,9 @@ sub search {
'idents' => \@cooked};
}
if ($type eq 'ident') {
+ my $usage = $context->config->{'usage'};
my ($symname, $symid, $ident, $refs) =
- $index->get_identifier_info($find, $rel_id);
+ $index->get_identifier_info($usage, $find, $rel_id);
$$ident[1] = $LXRng::Lang::deftypes{$$ident[1]};
$$ident[5] &&= $LXRng::Lang::deftypes{$$ident[5]};