Commit 3c694f32b08db4c884d7f76206240231d8587735

Corrected secondstep

Was still using line.chan instead of line.searchChan
  
221221 pidMention := wait.wait(statlocMention);
222222 pidMention := unistd.fork();
223223 IF pidMention = 0 THEN
224 mentionFound := Process (line.chan, line.query);
224 mentionFound := Process (line.searchChan, line.query);
225225 IF mentionFound THEN
226226 SeqFile.OpenRead(file, p6tmpPath+"processed.log", readFlags, iores);
227227 TextIO.ReadString(file, outputStr);