# | Line 53 | Line 53 | newtwig() /* allocate a twig */ | |
---|---|---|
53 | } | |
54 | bi = nexttwig / TBUNDLESIZ; | |
55 | if (twigbundle[bi] == NULL) { /* new block */ | |
56 | < | twigbundle = (RTREE **)realloc((char *)twigbundle, |
56 | > | twigbundle = (RTREE **)realloc((void *)twigbundle, |
57 | (bi+2)*sizeof(RTREE *)); | |
58 | if (twigbundle == NULL) | |
59 | goto memerr; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |