Compare commits
1 Commits
improve-se
...
small-fix-
| Author | SHA1 | Date | |
|---|---|---|---|
| 04122ffec5 |
@@ -44,6 +44,7 @@ class DleParser {
|
||||
Context(void* args) : userArgs(args) { setType(ContextType::PACKET_FOUND); }
|
||||
|
||||
void setType(ContextType type) {
|
||||
this->type = type;
|
||||
if (type == ContextType::PACKET_FOUND) {
|
||||
error.first = ErrorTypes::NONE;
|
||||
error.second.len = 0;
|
||||
|
||||
Reference in New Issue
Block a user