Skip to content
Snippets Groups Projects
Commit 53a88c2c authored by deuce's avatar deuce
Browse files

Add not that this is probably not 64-bit clean.

Haven't decided if this is worth looking at or not yet.
parent c056391c
Branches
Tags
No related merge requests found
......@@ -558,6 +558,7 @@ static short int lzh_decode_position(lzh_t* lzh, uchar *inbuf, long *incnt, long
/* Encoding/Compressing */
/* Returns length of outbuf */
/* TODO: Note that inlen usage suggests this is not 64-bit clean */
long LZHCALL lzh_encode(uchar *inbuf, long inlen, uchar *outbuf)
{
short int i, c, len, r, s, last_match_length;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment