diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:17:55 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-25 19:17:55 +0800 |
commit | 3bf522b143e8bd77046531e4636e3a0b4c510188 (patch) | |
tree | 66f27014776adc79555ee38f4a8de80e18b07811 /util/buildAnnounce.c | |
parent | c5cd856ffb6076093e0eaf8186c6f4905a105989 (diff) | |
download | pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.gz pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.bz2 pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.lz pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.xz pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.tar.zst pttbbs-3bf522b143e8bd77046531e4636e3a0b4c510188.zip |
remode savemode
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@219 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/buildAnnounce.c')
-rw-r--r-- | util/buildAnnounce.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/buildAnnounce.c b/util/buildAnnounce.c index 7de62615..cd4b9877 100644 --- a/util/buildAnnounce.c +++ b/util/buildAnnounce.c @@ -62,7 +62,6 @@ void buildchilds(int level,char *path,int gid) strcpy(item.owner,ptr->BM); strtok(item.owner,"/"); sprintf(item.title,"%-13.13s %-32.32s", level?ptr->brdname:"", ptr->title+7); - item.savemode = 'D'; item.filemode = 0 ; sprintf(item.filename,ptr->brdname); sprintf(newpath,"%s/.DIR",path); |