Skip to content
Snippets Groups Projects
Commit 0b5f647a authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #1418: IONProc numbering starts at 0, not 1

parent eee998ba
No related branches found
No related tags found
No related merge requests found
......@@ -657,8 +657,6 @@ void CEPlogProcessor::_processIONProcLine(const struct logline &logline)
return;
}
processNr -= 1; // locusXXX numbering starts at 1, our indexing at 0
if (processNr >= itsNrInputBuffers) {
LOG_WARN_STR("Inputbuffer range = 0.." << itsNrInputBuffers << ". Index " << processNr << " is invalid");
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment