From b8d39361de98217d16a71eb9be99b346d94a5532 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 4 Sep 2005 10:16:06 +0000 Subject: 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 --- mbbsd/announce.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mbbsd/announce.c') 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) -- cgit v1.2.3