lib/raweat.hpp: reset validity flag when setting next file
This commit is contained in:
parent
f99c37e6dd
commit
19ff83f1d5
@ -108,8 +108,9 @@ public:
|
||||
segments_.clear();
|
||||
datmes_.clear();
|
||||
|
||||
// reset error queue
|
||||
// reset error queue and validity flag
|
||||
error_queue_ = std::string("");
|
||||
valid_ = true;
|
||||
|
||||
// do setup and conversion
|
||||
//setup_and_conversion(showlog);
|
||||
|
Loading…
x
Reference in New Issue
Block a user