summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-08-10 09:30:20 +0100
committerKatolaZ <katolaz@freaknet.org>2019-08-10 09:30:20 +0100
commit4369c420ecdc7bcb11a42e95f8d1ccc0a81d9c67 (patch)
tree641d9d48197f98780ef1c050454b0eb45faaa896
parentbca8e3bce04a63caf5e24c6c4b70c8603756d80f (diff)
really allow 16x16 grids without segfaults :)HEADmaster
-rw-r--r--2ls10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/2ls10.c b/2ls10.c
index 118423f..1fa582b 100644
--- a/2ls10.c
+++ b/2ls10.c
@@ -16,7 +16,7 @@
#define cond(x) ((t) ? (x)/n : (x)%n)
-int st[1<<7], lo, li, ls, m, pt, n, pl, t;
+int st[1<<8], lo, li, ls, m, pt, n, pl, t;
char nf;
struct termios t1, t2;