summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-08-30 06:43:38 +0000
committerroot <root>2008-08-30 06:43:38 +0000
commit53810d68d0d21a914696b880655bf6ab3053a897 (patch)
tree0783110a3b12521ba8dc27a3e6fb24097b6b8fe8
parentd42b054d34e4207843aa3f797193dfa74dab0c24 (diff)
*** empty log message ***
-rw-r--r--lzf_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzf_c.c b/lzf_c.c
index 63cf26a..99dab09 100644
--- a/lzf_c.c
+++ b/lzf_c.c
@@ -226,7 +226,7 @@ lzf_compress (const void *const in_data, unsigned int in_len,
ip += len + 1;
- if (expect_false (ip > in_end - 2))
+ if (expect_false (ip >= in_end - 2))
break;
#if ULTRA_FAST || VERY_FAST