Changeset 1043
- Timestamp:
- 03/10/2006 02:04:19 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-merge-1.4.x/src/buffer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-merge-1.4.x/src/buffer.c
r942 r1043 593 593 594 594 /* buffers too small -> not equal */ 595 if (b1->used - 1 < len || b 1->used - 1 < len) return 0;595 if (b1->used - 1 < len || b2->used - 1 < len) return 0; 596 596 597 597 if (0 == strncmp(b1->ptr + b1->used - 1 - len,

