summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 57ab3f77..088e3e56 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -708,7 +708,7 @@ int
show_file(const char *filename, int y, int lines, int mode)
{
FILE *fp;
- char buf[256];
+ char buf[1024];
if (y >= 0)
move(y, 0);