Changeset 823
- Timestamp:
- 07/14/07 09:38:18 (1 year ago)
- Files:
-
- cherokee/trunk/cherokee/avl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/avl.c
r813 r823 239 239 cherokee_avl_node_t *path[MAX_HEIGHT]; 240 240 cherokee_avl_node_t *node = tree->root; 241 cherokee_avl_node_t *parent = NULL; ;241 cherokee_avl_node_t *parent = NULL; 242 242 cint_t idx = 1; 243 243