diff options
| author | root <root> | 2007-11-30 10:36:48 +0000 | 
|---|---|---|
| committer | root <root> | 2007-11-30 10:36:48 +0000 | 
| commit | 9fccd9eefe09bd5469679ed9a08175a5cb895b13 (patch) | |
| tree | 862a4af41d9473b48b30c2c2ea543e262fd4926c | |
| parent | be9192be447d794e708a4d32a5a8a041f21c8c92 (diff) | |
dohrel-3_1
| -rw-r--r-- | lzf_c.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -159,8 +159,6 @@ lzf_compress (const void *const in_data, unsigned int in_len,            unsigned int maxlen = in_end - ip - len;            maxlen = maxlen > MAX_REF ? MAX_REF : maxlen; -          if (maxlen > 8) maxlen = 8;//D -            op [- lit - 1] = lit - 1; /* stop run */            op -= !lit; /* undo run if length is zero */ | 
