lzfx
lzfx copied to clipboard
need code update in source code
function lzfx_decompress
code line 244: if(olen != 0) return LZFX_EARGS;
must be
if(*olen != 0) return LZFX_EARGS;
Original issue reported on code.google.com by [email protected] on 16 Oct 2011 at 1:25