summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index d880a178..3754582e 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -1,4 +1,4 @@
-/* $Id: xyz.c,v 1.6 2002/05/14 15:08:48 ptt Exp $ */
+/* $Id: xyz.c,v 1.7 2002/05/25 11:18:11 ptt Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -435,7 +435,6 @@ static int x_archie() {
strcpy(mhdr.owner, cuser.userid);
sprintf(genbuf2, "Archie ·j´MÀÉ®×: %s µ²ªG", genbuf1);
strcpy(mhdr.title, genbuf2);
- mhdr.savemode = 0;
mhdr.filemode = 0;
sethomedir(title, cuser.userid);
append_record(title, &mhdr, sizeof(mhdr));