mirror of
https://github.com/emmanuel-marty/lzsa.git
synced 2024-12-29 00:31:54 +00:00
Fix typo in lzsa tool
This commit is contained in:
parent
8c3fc6d652
commit
2451d5802e
@ -106,7 +106,7 @@ static int lzsa_compress(const char *pszInFilename, const char *pszOutFilename,
|
||||
fprintf(stderr, "out of memory\n");
|
||||
return 100;
|
||||
}
|
||||
memset(pInData, 0, BLOCK_SIZE);
|
||||
memset(pOutData, 0, BLOCK_SIZE);
|
||||
|
||||
nResult = lzsa_compressor_init(&compressor, BLOCK_SIZE * 2);
|
||||
if (nResult != 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user