作者beagle (请勿拍打喂食)
看板PttCurrent
标题[BUG FIX] 聊天室
时间Sun Feb 8 20:24:40 2004
说明: 对不起... 是我写出来的 bug ... O.o
Index: xchatd.c
===================================================================
--- xchatd.c (revision 1509)
+++ xchatd.c (working copy)
@@ -772,7 +772,7 @@
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);
--
There are two types of people in this world, good and bad. The good
sleep better, but the bad seem to enjoy the waking hours much more.
-- Woody Allen
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.161.10.192