Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba88964 commit d6b8c46Copy full SHA for d6b8c46
src/parser/dbcscanner.cpp
@@ -36,7 +36,9 @@ DbcScanner::~DbcScanner()
36
int32_t DbcScanner::TrimDbcText(istream& readstrm)
37
{
38
msgs.clear();
39
-
+
40
+ readstrm.clear();
41
+ readstrm.seekg(0);
42
// Search each message and signals in dbc source data,
43
// and fill @msgs collection
44
ParseMessageInfo(readstrm);
0 commit comments