Commit e7727d5f authored by Lev Walkin's avatar Lev Walkin

debug

parent e0b56e0d
......@@ -107,12 +107,11 @@ check(int is_ok, uint8_t *buf, int size, size_t consumed) {
assert(t.g->size == 2);
assert(t.g->bits_unused == 2);
printf("%d %d\n", t.g->buf[0], t.g->buf[1]);
fprintf(stderr, "%d %d\n", t.g->buf[0], t.g->buf[1]);
assert(t.g->buf[0] == 147);
assert(t.g->buf[1] != 150);
assert(t.g->buf[1] == 148);
printf("%d\n", t.h->buf[3]);
assert(t.h->size == 3);
assert(t.h->bits_unused == 1);
assert(t.h->buf[0] == 140);
......
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