Increase the size of the 'message' buffer, which is currently
[sgt/tweak] / tweak.h
diff --git a/tweak.h b/tweak.h
index eeb6236..dd8a1bf 100644 (file)
--- a/tweak.h
+++ b/tweak.h
@@ -27,7 +27,9 @@
 #define ABORT 7                               /* character code for ^G */
 #endif
 
-#define VER "3.01"                    /* version */
+#ifndef VER
+#define VER ""
+#endif
 
 #define SEARCH_BLK 65536              /* so can this */
 #define SAVE_BLKSIZ 32768             /* and this too */
@@ -70,7 +72,7 @@ typedef void (*keyact) (void);
 
 typedef struct buffer buffer;
 
-extern char toprint[256], hex[256][3], message[80];
+extern char toprint[256], hex[256][3], message[512];
 extern char decstatus[], hexstatus[], *statfmt;
 extern char last_char, *pname, *filename;
 extern buffer *filedata, *cutbuffer;