diff options
Diffstat (limited to 'lib/LXRng/Index/DBI.pm')
-rw-r--r-- | lib/LXRng/Index/DBI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LXRng/Index/DBI.pm b/lib/LXRng/Index/DBI.pm index 0e2e30a..763f534 100644 --- a/lib/LXRng/Index/DBI.pm +++ b/lib/LXRng/Index/DBI.pm @@ -459,7 +459,7 @@ sub get_symbol_usage { $dbh->prepare(qq{ select f.path, u.lines from ${pre}usage u, ${pre}filereleases fr, - ${pre}files f, ${pre} revisions r + ${pre}files f, ${pre}revisions r where u.id_symbol = $symid and u.id_rfile = fr.id_rfile and fr.id_release = ? and u.id_rfile = r.id and r.id_file = f.id |