From 734dc49b3822a58300a4f8aa1356c02984cf88d9 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 20 Nov 2006 10:52:11 +0000 Subject: should be big enough now... git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3448 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd') 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); -- cgit v1.2.3