EIVE upstream #29

Merged
muellerr merged 693 commits from use-eive-upstream into develop 2023-06-30 15:44:39 +02:00
176 changed files with 3318 additions and 1853 deletions
Showing only changes of commit c47bed0760 - Show all commits

View File

@ -44,6 +44,7 @@ class DleParser {
Context(void* args) : userArgs(args) { setType(ContextType::PACKET_FOUND); } Context(void* args) : userArgs(args) { setType(ContextType::PACKET_FOUND); }
void setType(ContextType type) { void setType(ContextType type) {
this->type = type;
if (type == ContextType::PACKET_FOUND) { if (type == ContextType::PACKET_FOUND) {
error.first = ErrorTypes::NONE; error.first = ErrorTypes::NONE;
error.second.len = 0; error.second.len = 0;