Skip to content

Commit cbfd473

Browse files
author
lsleonard
committed
adaptive text mode bug fix
update of benchmark values
1 parent a97471f commit cbfd473

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Tiny Data Compression with td512.docx

-1.54 KB
Binary file not shown.

td64.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,7 @@ int32_t encodeAdaptiveTextMode(unsigned char *inVals, unsigned char *outVals, co
729729
#endif
730730
}
731731
}
732+
resetAdaptiveChars(adaptiveUsed); // prep for next time
732733
}
733734
return nextOutIx * 8 + nextOutBit;
734735
} // end encodeAdaptiveTextMode

0 commit comments

Comments
 (0)