Skip to content

Commit

Permalink
fixup DiscontinueBool() - missing linePos++
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Dec 13, 2022
1 parent 6b74b5a commit d5c67fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main/utils/GenericFileFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ void DocumentParser::UpdateBool(const char c)
default:
this->DiscontinueBool();
tok.push_back(c);
line_pos++;
break;
}

Expand Down

0 comments on commit d5c67fa

Please sign in to comment.