bugfix age borders

This commit is contained in:
Enno Rehling 2004-02-05 19:43:19 +00:00
parent 03a28c64af
commit 72f99f8b18
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ age_borders(void)
else ap=&a->next; else ap=&a->next;
} }
if (!b) continue; /* bei löschung bp nicht vorziehen */ if (!b) continue; /* bei löschung bp nicht vorziehen */
bp=&b->next; bp=&b->nexthash;
} }
} }
} }