Commit 3c694f32b08db4c884d7f76206240231d8587735
- Diff rendering mode:
- inline
- side by side
src/Mention.mod
(1 / 1)
|   | |||
| 221 | 221 | pidMention := wait.wait(statlocMention); | |
| 222 | 222 | pidMention := unistd.fork(); | |
| 223 | 223 | IF pidMention = 0 THEN | |
| 224 | mentionFound := Process (line.chan, line.query); | ||
| 224 | mentionFound := Process (line.searchChan, line.query); | ||
| 225 | 225 | IF mentionFound THEN | |
| 226 | 226 | SeqFile.OpenRead(file, p6tmpPath+"processed.log", readFlags, iores); | |
| 227 | 227 | TextIO.ReadString(file, outputStr); |

