diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-30 21:58:11 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-30 21:58:11 +0800 |
commit | c7fcb2cf058ee75c8efeff24a8dacad612235d3c (patch) | |
tree | 5b9d008853cd02d2c469be9a8527b023fe3e5f5b /mbbsd/announce.c | |
parent | cc0f51965dbaf8ac11d9eee32617f27b4d558353 (diff) | |
download | pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.tar pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.tar.gz pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.tar.bz2 pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.tar.lz pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.tar.xz pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.tar.zst pttbbs-c7fcb2cf058ee75c8efeff24a8dacad612235d3c.zip |
use vmsg()
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@914 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r-- | mbbsd/announce.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index 61158c95..81293fea 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -1,4 +1,4 @@ -/* $Id: announce.c,v 1.24 2003/05/30 10:28:32 in2 Exp $ */ +/* $Id: announce.c,v 1.25 2003/05/30 13:58:11 in2 Exp $ */ #include "bbs.h" static void @@ -353,8 +353,7 @@ a_copyitem(char *fpath, char *title, char *owner, int mode) else *copyowner = 0; if (mode) { - outmsg("檔案標記完成。[注意] 拷貝後才能刪除原文!"); - igetch(); + vmsg("檔案標記完成。[注意] 拷貝後才能刪除原文!"); } } |