another bug fix
This commit is contained in:
parent
d5d4c551c5
commit
4860deacf8
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ getarg(typset)
|
||||||
*ap = *ap1;
|
*ap = *ap1;
|
||||||
i_emargs--;
|
i_emargs--;
|
||||||
ap1 = getarg(cst_ptyp);
|
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;
|
ap->em_soff = ap1->em_cst;
|
||||||
}
|
}
|
||||||
else ap->em_noff = ap1->em_cst;
|
else ap->em_noff = ap1->em_cst;
|
||||||
|
|
Loading…
Reference in a new issue