|
From: John W. <j_w...@us...> - 2004-12-15 16:23:33
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30677 Modified Files: TermInfosReader.cpp Log Message: In TermInfosReader::getTerms() SegmentTermEnum* cln has been declared outside the scope the scope of LOCK_MUTEX. This is required in case we are building with multithreading enabled |