Skip to content

Commit

Permalink
GDS: Actually skip discarded text
Browse files Browse the repository at this point in the history
Signed-off-by: gatecat <[email protected]>
  • Loading branch information
gatecat authored and Coloquinte committed Dec 10, 2023
1 parent 2ba6850 commit 81337c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crlcore/src/ccore/gds/GdsParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ namespace {
cerr << Error( "GdsStream::readTextbody(): Discarted text is \"%s\"."
, _text.c_str()
) << endl;
return _validSyntax;
}
}
else {
Expand Down

0 comments on commit 81337c3

Please sign in to comment.