summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-09 12:32:36 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-09 12:32:36 +0800
commitc6d7379bb56495a44cbe1a2f5f773382559051ea (patch)
tree9188994620105df44ebb19adb01a2e1c5242e51e
parentb4a81747bcadf58b4d45ab1251f3d47a8c036f43 (diff)
downloadpttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.tar
pttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.tar.gz
pttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.tar.bz2
pttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.tar.lz
pttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.tar.xz
pttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.tar.zst
pttbbs-c6d7379bb56495a44cbe1a2f5f773382559051ea.zip
fix bug in revision 1507
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1515 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--util/xchatd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xchatd.c b/util/xchatd.c
index c9d2f9b6..862ecf2c 100644
--- a/util/xchatd.c
+++ b/util/xchatd.c
@@ -772,7 +772,7 @@ exit_room(user, mode, msg)
send_to_room(room, chatbuf, 0, MSG_MESSAGE);
if (list_belong(room->invite, user->userno)) {
- list_delete(room->invite, user->userno);
+ list_delete(&(room->invite), user->userno);
}
sprintf(chatbuf, "- %s", user->userid);