ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/liblzf/lzf_c.c
(Generate patch)

Comparing liblzf/lzf_c.c (file contents):
Revision 1.34 by root, Sat Aug 30 06:32:20 2008 UTC vs.
Revision 1.35 by root, Sat Aug 30 06:43:38 2008 UTC

224 *op++ = off; 224 *op++ = off;
225 lit = 0; op++; /* start run */ 225 lit = 0; op++; /* start run */
226 226
227 ip += len + 1; 227 ip += len + 1;
228 228
229 if (expect_false (ip > in_end - 2)) 229 if (expect_false (ip >= in_end - 2))
230 break; 230 break;
231 231
232#if ULTRA_FAST || VERY_FAST 232#if ULTRA_FAST || VERY_FAST
233 --ip; 233 --ip;
234# if VERY_FAST && !ULTRA_FAST 234# if VERY_FAST && !ULTRA_FAST

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines