summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index 9e4ebc4d..8500c101 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1054,7 +1054,7 @@ auto_backup(void)
if (curr_buf->currline) {
FILE *fp;
textline_t *p, *v;
- char bakfile[64];
+ char bakfile[PATHLEN];
int count = 0;
setuserfile(bakfile, fp_bak);