Update of /cvsroot/lxr/lxr/lib/LXR
In directory sc8-pr-cvs1:/tmp/cvs-serv28106/lib/LXR
Modified Files:
Tag: rolling-cleanup
Tagger.pm
Log Message:
This branch is for experimental work on making LXR able to cope with an
evolving source base. The aim is that re-indexing the same file will remove
previous entries created for that file, keeping the database clean.:wq
Index: Tagger.pm
===================================================================
RCS file: /cvsroot/lxr/lxr/lib/LXR/Tagger.pm,v
retrieving revision 1.19
retrieving revision 1.19.2.1
diff -u -d -r1.19 -r1.19.2.1
--- Tagger.pm 23 Oct 2001 14:30:18 -0000 1.19
+++ Tagger.pm 21 Mar 2003 23:54:41 -0000 1.19.2.1
@@ -40,7 +40,7 @@
if ($index) {
my $fileid = $index->fileid($pathname, $revision);
- $index->release($fileid, $release);
+ $index->release($fileid, $release, $pathname);
if ($index->toindex($fileid)) {
$index->empty_cache();
|