This commit is contained in:
proddy
2024-11-02 09:02:44 +01:00
parent 98708f2293
commit 6bbd7d6333
3 changed files with 3 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ class Telegram {
auto msg_size = (index - this->offset + num_bytes - 1);
if ((index < this->offset) || (msg_size >= this->message_length) || (msg_size > EMS_MAX_TELEGRAM_MESSAGE_LENGTH)) {
return false; // TODO we should set value to a default value here
return false;
}
Value val = value;