Commit 15552bbe authored by claes's avatar claes

*** empty log message ***

parent 8fa39034
......@@ -346,7 +346,8 @@ vol_LinkObject (
if (link.b.loFamilyTab && !op->l.flags.b.inFamilyTab) {
op = hash_Insert(&lsts, gdbroot->family_ht, op);
if (op == NULL) errh_Bugcheck(lsts, "hash_Insert(sts, gdbroot->family_ht, op)");
if (op == NULL)
errh_Bugcheck(lsts, "hash_Insert(sts, gdbroot->family_ht, op)");
op->l.flags.b.inFamilyTab = 1;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment