summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:00:57 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-03-19 21:00:57 +0800
commit9398b4724f1e4dd166ce96ce83fe819606a1727b (patch)
tree3535bdb05bfc55893bf04137c4012a56a317d62c /util
parenta8daf9e241b3aae6f7439622034cfad504b4a86f (diff)
downloadpttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.tar
pttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.tar.gz
pttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.tar.bz2
pttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.tar.lz
pttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.tar.xz
pttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.tar.zst
pttbbs-9398b4724f1e4dd166ce96ce83fe819606a1727b.zip
change author of waterlog. to avoid editing.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2638 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util')
-rw-r--r--util/deluserfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/deluserfile.c b/util/deluserfile.c
index fa21998d..2dcab42e 100644
--- a/util/deluserfile.c
+++ b/util/deluserfile.c
@@ -53,7 +53,7 @@ void del_file(char *userid)
stampfile(buf, &mymail);
mymail.filemode = FILE_READ|FILE_HOLD;
- strcpy(mymail.owner, userid);
+ strcpy(mymail.owner, "[³Æ.§Ñ.¿ý]");
strcpy(mymail.title, "¼ö½u°O¿ý");
sprintf(buf1, BBSHOME "/home/%c/%s/writelog",
userid[0], userid);