# HG changeset patch # User ivan.komarov@soc.pidgin.im # Date 1287946641 0 # Node ID b00967045cc2c99d9f9120d51b465f5411fa42d7 # Parent b06727fc075b0abef632b65229bdd245321d4897 Ouch, I accidentally removed too much code in b367bdaac1f79166db0e9478ae30e2a7628f6848. Fixes #12768. diff -r b06727fc075b -r b00967045cc2 libpurple/protocols/oscar/family_chat.c --- a/libpurple/protocols/oscar/family_chat.c Sun Oct 24 16:42:20 2010 +0000 +++ b/libpurple/protocols/oscar/family_chat.c Sun Oct 24 18:57:21 2010 +0000 @@ -88,6 +88,8 @@ return 1; } + byte_stream_get16(bs); // skip the TLV count + /* * Everything else are TLVs. */