[Lxr-commits] CVS: lxr genxref,1.69,1.70
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2014-10-25 18:14:47
|
Update of /cvsroot/lxr/lxr In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20899 Modified Files: genxref Log Message: genxref: incorrect parsing sub called For a CVS repository with --purgeall, sub processrefs was called instead of processfile to collect definitions Index: genxref =================================================================== RCS file: /cvsroot/lxr/lxr/genxref,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- genxref 17 Nov 2013 15:57:42 -0000 1.69 +++ genxref 25 Oct 2014 18:14:44 -0000 1.70 @@ -441,7 +441,7 @@ print STDERR &VTCUU(1), &VTCHA(25), &VTEL(0), "${VTgreen}Done${VTnorm}\n"; $$LXR::Common::HTTP{'param'}{'_showattic'} = 1; $printdirbanner = 1; - directorytreetraversal ( \&Tagger::processrefs + directorytreetraversal ( \&Tagger::processfile , 'head' , '' , '/' |