Skip to content

Commit

Permalink
Fixed bool usage
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Sep 27, 2022
1 parent 58fc459 commit 22bf67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpb/TaskManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ bool TaskManager::readTasks(const std::string& filename)
{
nextTaskSet();
readTasks(readFilename);
++itrAdvanced;
itrAdvanced = true;
}

Task* task = readTask(fr, itrAdvanced);
Expand Down

0 comments on commit 22bf67f

Please sign in to comment.