another bug fix

This commit is contained in:
ceriel 1987-02-05 18:37:12 +00:00
parent d5d4c551c5
commit 4860deacf8

View file

@ -138,7 +138,7 @@ getarg(typset)
*ap = *ap1;
i_emargs--;
ap1 = getarg(cst_ptyp);
if (argtyp == sof_ptyp) { /* non-numeric label */
if (ap->em_argtype == sof_ptyp) { /* non-numeric label */
ap->em_soff = ap1->em_cst;
}
else ap->em_noff = ap1->em_cst;