comparison libpurple/protocols/oscar/family_chat.c @ 30631:b00967045cc2

Ouch, I accidentally removed too much code in b367bdaac1f79166db0e9478ae30e2a7628f6848. Fixes #12768.
author ivan.komarov@soc.pidgin.im
date Sun, 24 Oct 2010 18:57:21 +0000
parents 11c54d781835
children bebd0cf0a20f
comparison
equal deleted inserted replaced
30630:b06727fc075b 30631:b00967045cc2
85 85
86 if (detaillevel != 0x02) { 86 if (detaillevel != 0x02) {
87 purple_debug_misc("oscar", "faim: chat_roomupdateinfo: detail level %d not supported\n", detaillevel); 87 purple_debug_misc("oscar", "faim: chat_roomupdateinfo: detail level %d not supported\n", detaillevel);
88 return 1; 88 return 1;
89 } 89 }
90
91 byte_stream_get16(bs); // skip the TLV count
90 92
91 /* 93 /*
92 * Everything else are TLVs. 94 * Everything else are TLVs.
93 */ 95 */
94 tlvlist = aim_tlvlist_read(bs); 96 tlvlist = aim_tlvlist_read(bs);