Commit 7f7d46ac authored by Lev Walkin's avatar Lev Walkin

boolean has change its type

parent caae817c
......@@ -164,7 +164,7 @@ check(int is_ok, uint8_t *buf, int size, size_t consumed) {
assert(t.b.size == 3);
assert(strcmp(t.b.buf, "xyz") == 0);
if(buf == buf3) {
assert(t.c->value);
assert(t.c);
} else {
assert(t.c == 0);
}
......
Markdown is supported
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