summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-04 18:16:06 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-04 18:16:06 +0800
commitb8d39361de98217d16a71eb9be99b346d94a5532 (patch)
tree77ded9503da2754f1cea13f18b86862dd2897b0f
parent6e0631c2a842dd9320adc91a67b8cbe11cc4661d (diff)
downloadpttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.tar
pttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.tar.gz
pttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.tar.bz2
pttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.tar.lz
pttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.tar.xz
pttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.tar.zst
pttbbs-b8d39361de98217d16a71eb9be99b346d94a5532.zip
announce tag-copy-paste pasted more by one bug.
(tag, c, p instead of tag, z, p will reproduce this.) Ref: ptt2 pttbug#926. thanks to rafan. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3130 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/announce.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 9ad3bd88..99ff6585 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -658,6 +658,10 @@ a_pastetagpost(menu_t * pm, int mode)
if (!tagnum)
return ans;
+ /* since we use different tag features,
+ * copyqueue is not required/used. */
+ copyqueue_reset();
+
while (tagnum--) {
EnumTagFhdr(&fhdr, dirname, ent++);
if (TagBoard == 0)