sprinkle some attributes

This commit is contained in:
leitner
2024-11-26 16:23:20 +00:00
parent 79c86ae7eb
commit a4a0d74dda
11 changed files with 60 additions and 15 deletions

View File

@@ -267,7 +267,9 @@ lookagain:
#endif
}
}
if (!m) if (!(m=malloc(sizeof(struct ldaprec)))) return 2;
if (!m)
if (!(m=malloc(sizeof(struct ldaprec))))
return 2;
(*l)->next=m;
m->n=0; m->dn=-1; m->next=0;