Skip to content

Commit 58fc459

Browse files
committed
Fixed erroneous bool usage
1 parent bc1acd7 commit 58fc459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vpb/MachinePool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ bool MachinePool::read(const std::string& filename)
630630
if (fr.read("file",readFilename))
631631
{
632632
read(readFilename);
633-
++itrAdvanced;
633+
itrAdvanced = true;
634634
}
635635

636636
if (fr.matchSequence("Machine {"))

0 commit comments

Comments
 (0)