X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/tweak/blobdiff_plain/d38a0ee851c3aadef1348cfb9c8c4673bd883119..0c7480ac584e9fc9908cba63c38d2c9868e56168:/main.c?ds=sidebyside diff --git a/main.c b/main.c index ae9e491..9478f9e 100644 --- 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";