another bug fix
authorceriel <none@none>
Thu, 5 Feb 1987 18:37:12 +0000 (18:37 +0000)
committerceriel <none@none>
Thu, 5 Feb 1987 18:37:12 +0000 (18:37 +0000)
modules/src/read_em/readk.c

index 49aa26d..1e14788 100644 (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;