This commit is contained in:
iceman1001 2019-04-07 15:20:27 +02:00
commit d8f539c217
2 changed files with 1 additions and 2 deletions

View file

@ -208,7 +208,6 @@ static bool is_fixed_type(uint8_t type) {
static CborError preparse_value(CborValue *it) {
const CborParser *parser = it->parser;
it->type = CborInvalidType;
/* are we at the end? */
if (it->ptr == parser->end)