Re: Compile error in Beagle CVS



Hi all,

I may as well tack on another wee fix to this thread.

Seems to be just a simple mistake, though it stops file indexing stuff from working.

Line 40 of BeagleClient/Indexer.cs should be:
- if (theIndexerLock == null)
+ if (theIndexer == null)


Regards,
Chris



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]