Skip to content

Commit

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

if (fr.matchSequence("Machine {"))
Expand Down

0 comments on commit 58fc459

Please sign in to comment.