diff options
-rw-r--r-- | listamsb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |