aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--listamsb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/listamsb.c b/listamsb.c
index bd92aa0..2c120f4 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -596,7 +596,7 @@ int need_space_between(unsigned char t1, unsigned char t2) {
}
int decrunch_line(void) {
- unsigned char code[MAX_LINE_LEN_HARD + 1], byte = 0, prev;
+ unsigned char code[MAX_LINE_LEN_HARD + 10], byte = 0, prev;
int lineno, ptr, codelen = 0, in_string = 0, in_comment = 0;
static int addr = 0x700; /* doesn't really matter where */