summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 79ecf7f6..9d471a88 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1,4 +1,4 @@
-/* $Id: edit.c,v 1.5 2002/04/28 19:35:29 in2 Exp $ */
+/* $Id: edit.c,v 1.6 2002/05/01 04:36:00 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -61,7 +61,7 @@ static textline_t *top_of_win = NULL;
static textline_t *deleted_lines = NULL;
extern int local_article;
-extern char real_name[20];
+extern char real_name[IDLEN + 2];
static char line[WRAPMARGIN + 2];
static int ifuseanony=0;
static int currpnt, currln, totaln;