summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 8798cdb6..fdc9e6a6 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1144,7 +1144,7 @@ cross_post(int ent, const fileheader_t * fhdr, const char *direct)
static int
read_post(int ent, fileheader_t * fhdr, const char *direct)
{
- char genbuf[200];
+ char genbuf[100];
int more_result;
if (fhdr->owner[0] == '-')