modified to do more in the presence of errors

This commit is contained in:
ceriel 1987-03-29 13:07:44 +00:00
parent a7c65b091b
commit 4f41981cd8

View file

@ -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;