diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:18:11 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:18:11 +0800 |
commit | c8666f401d70d625c86180640b7fc6e44b0c4ba4 (patch) | |
tree | c0e876358ea07e377bb0fd558fc1609b997408f8 /mbbsd/xyz.c | |
parent | 3bf522b143e8bd77046531e4636e3a0b4c510188 (diff) | |
download | pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.gz pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.bz2 pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.lz pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.xz pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.tar.zst pttbbs-c8666f401d70d625c86180640b7fc6e44b0c4ba4.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@220 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r-- | mbbsd/xyz.c | 3 |
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)); |