summaryrefslogtreecommitdiffstats
path: root/mbbsd/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/user.c')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index fb158ea0..353beba4 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1191,7 +1191,7 @@ u_editsig(void)
int aborted;
char ans[4];
int j, browsing = 0;
- char genbuf[MAXPATHLEN];
+ char genbuf[PATHLEN];
SigInfo si;
memset(&si, 0, sizeof(si));