]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/dc.c
awk: make empty FS unicodely-correct.
[plan9front.git] / sys / src / cmd / dc.c
old mode 100755 (executable)
new mode 100644 (file)
index c121b13..abc7060
@@ -1218,7 +1218,7 @@ init(int argc, char *argv[])
        strptr = salloc(0);
        divxyz = salloc(0);
        stkbeg = stkptr = &stack[0];
-       stkend = &stack[STKSZ];
+       stkend = &stack[STKSZ-1];
        stkerr = 0;
        readptr = &readstk[0];
        k=0;