Changeset 826
- Timestamp:
- 07/14/07 18:48:13 (1 year ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/avl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r825 r826 1 1 2007-07-14 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/avl.c (cherokee_avl_del): Bugfix. Recursion array base 4 is 0, not 1. 2 5 3 6 * cherokee/avl.c (cherokee_avl_del): Return the value in the third cherokee/trunk/cherokee/avl.c
r825 r826 354 354 return ret_not_found; 355 355 356 path[ idx] = NULL;356 path[0] = NULL; 357 357 358 358 while (true) {