Skip to content

Commit 22bf67f

Browse files
committed
Fixed bool usage
1 parent 58fc459 commit 22bf67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vpb/TaskManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ bool TaskManager::readTasks(const std::string& filename)
854854
{
855855
nextTaskSet();
856856
readTasks(readFilename);
857-
++itrAdvanced;
857+
itrAdvanced = true;
858858
}
859859

860860
Task* task = readTask(fr, itrAdvanced);

0 commit comments

Comments
 (0)