From 53a88c2cc6f484bd645af5373d0f1693970a29a0 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sun, 12 Aug 2007 19:14:54 +0000
Subject: [PATCH] Add not that this is probably not 64-bit clean. Haven't
 decided if this is worth looking at or not yet.

---
 src/encode/lzh.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/encode/lzh.c b/src/encode/lzh.c
index 58ad1cbbad..d79a50507a 100644
--- a/src/encode/lzh.c
+++ b/src/encode/lzh.c
@@ -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;
-- 
GitLab