modified to do more in the presence of errors
This commit is contained in:
parent
a7c65b091b
commit
4f41981cd8
|
@ -353,7 +353,7 @@ gethead()
|
|||
|
||||
p->em_type = EM_DEFDNAM;
|
||||
if (!(s = getstring(1))) {
|
||||
p->em_type = EM_ERROR;
|
||||
p->em_defdnam = "";
|
||||
}
|
||||
else p->em_defdnam = s->str;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue