And you tell me NOW!?

This commit is contained in:
Alex Hultman
2020-12-03 04:34:14 +01:00
parent e30217e787
commit 26912f82a7
+1 -1
View File
@@ -133,7 +133,7 @@ public:
uint16_t hostLength = _cond_byte_swap<uint16_t>(header.len);
/* We must have all the data available */
if (data.length() < 16 + hostLength) {
if (data.length() < 16u + hostLength) {
return {false, 0};
}