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 | cd2a166c57814ed27b89bfa903ae3d227fec209b (patch) | |
tree | 9079890fa860f16f3aff02d21fe54bf2b548a893 | |
parent | 09a1c9d6913cc50e4236049d462b7b109096f042 (diff) | |
download | pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.tar pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.tar.gz pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.tar.bz2 pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.tar.lz pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.tar.xz pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.tar.zst pttbbs-cd2a166c57814ed27b89bfa903ae3d227fec209b.zip |
use vmsg()
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@914 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/announce.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pttbbs/mbbsd/announce.c b/pttbbs/mbbsd/announce.c index 61158c95..81293fea 100644 --- a/pttbbs/mbbsd/announce.c +++ b/pttbbs/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("檔案標記完成。[注意] 拷貝後才能刪除原文!"); } } |