pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

pos variable is not in read_DataBlockChecksum #22

Closed shibukawa closed 9 years ago

shibukawa commented 9 years ago

May be this is an easy mistake. 'pos' variable is not defined in this method. It is needed to revert from errors as other methods do.

pierrec commented 9 years ago

Good catch!

Thanks for the patch.