lzfx icon indicating copy to clipboard operation
lzfx copied to clipboard

need code update in source code

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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

GoogleCodeExporter avatar Apr 16 '15 19:04 GoogleCodeExporter