*/
if (new_seq) {
if (!(svector_push_back (mp->msgattrs, strdup (cp)))) {
- advise (NULL, "strdup failed");
+ inform("strdup failed");
return 0;
}
}
*/
if (new_seq) {
if (!(svector_push_back (mp->msgattrs, strdup (cp)))) {
- advise (NULL, "strdup failed");
+ inform("strdup failed");
return 0;
}
}