Increase the size of the 'message' buffer, which is currently
[sgt/tweak] / main.c
diff --git a/main.c b/main.c
index ae9e491..9478f9e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -190,7 +190,7 @@ static void load_file (char *);
 char toprint[256];                    /* LUT: printable versions of chars */
 char hex[256][3];                     /* LUT: binary to hex, 1 byte */
 
-char message[80];
+char message[512];
 
 char decstatus[] = "%s TWEAK "VER": %-18.18s %s posn=%-10"OFF"d size=%-10"OFF"d";
 char hexstatus[] = "%s TWEAK "VER": %-18.18s %s posn=0x%-8"OFF"X size=0x%-8"OFF"X";