applied 030_fix-if-else.patch
[ckermit.git] / ckuusr.c
index 8545f89..882c0d4 100644 (file)
--- a/ckuusr.c
+++ b/ckuusr.c
@@ -7983,8 +7983,7 @@ docmd(cx) int cx; {
            line[k++] = SP;
            line[k] = NUL;
            debug(F111,"XXMACRO A",line,k);
-           /* Defer evaluation of variables until the commands are exec'd */
-           if ((y = cmtxt("Braced list of commands","",&s,NULL)) < 0)
+           if ((y = cmtxt("Braced list of commands","",&s,xxstring)) < 0)
              return(y);
            k = ckstrncpy(line+k,s,LINBUFSIZ-k);
            debug(F111,"XXMACRO B",line,k);