This commit is contained in:
Ave 2018-09-18 16:39:28 +00:00 committed by GitHub
commit 799823b073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ static int _LZ_ReadVarSize( unsigned int * x, const unsigned char * buf )
* The function returns the size of the compressed data. * The function returns the size of the compressed data.
*************************************************************************/ *************************************************************************/
int LZ_Compress( const unsigned char *in, unsigned char *out, unsigned int insize ) int LZ_Compress( unsigned char *in, unsigned char *out, unsigned int insize )
{ {
unsigned char marker, symbol; unsigned char marker, symbol;
unsigned int inpos, outpos, bytesleft, i; unsigned int inpos, outpos, bytesleft, i;