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