Commit 65fa708c authored by Mark Grondona's avatar Mark Grondona
Browse files

o changed all occurences of assert(sizeof(size_valp) == sizeof(uint16_t *))

   to assert(sizeof(*size_valp) == sizeof(uint16_t)) which should catch
   more coding errors.
parent b5783aef
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment