diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-25 17:07:27 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-25 17:07:27 +0800 |
commit | e14cc0a0a4682b43440aa5db8f72cad16d35abe9 (patch) | |
tree | 98e71325da5e945e5ba8f637fdd626119234bee9 | |
parent | 8ecd6bd4b4c1aee9d96b7dd6c3e889807bd222cd (diff) | |
download | pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.tar pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.tar.gz pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.tar.bz2 pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.tar.lz pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.tar.xz pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.tar.zst pttbbs-e14cc0a0a4682b43440aa5db8f72cad16d35abe9.zip |
system() should not be there
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2543 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/announce.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index 9bda1ec3..faa4eea0 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -355,7 +355,6 @@ a_pasteitem(menu_t * pm, int mode) stampdir(newpath, &item); memcpy(copytitle, "¡»", 2); copy_file(copyfile, newpath); - system(buf); } else { outs("µLªk«þ¨©¡I"); igetch(); |