Commit b1a6cfa
check table size greater than (#77)
Check if table size is greater than buffer length, instead of the other
way around.
I run into an exception because i am flushing my compressor, and then
write a chunk that is bigger, than what the buffer is can contain.
Co-authored-by: Brant Burnett <bburnett@centeredgesoftware.com>1 parent a0c6ce1 commit b1a6cfa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments