Skip to content
Snippets Groups Projects
Commit 86699925 authored by Vadim Vygonets's avatar Vadim Vygonets Committed by Scott Vokes
Browse files

Process tag bit sooner in decoder

Fix the bug where last 7 bits are not processed.

Test case:
$ echo -n aaaa | ./heatshrink -w4 -l2 | ./heatshrink -dw4 -l2 | hexdump -C

expected output:
00000000  61 61 61 61                                       |aaaa|
00000004

bug:
00000000  61                                                |a|
00000001

Conflicts:
	heatshrink_decoder.c
parent 9bef9df5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment