# HG changeset patch # User Mark Doliner # Date 1281627477 0 # Node ID abf34893ce88218700bfee77cbf40e7d08039712 # Parent 8e9b04071e794a826a04b7b1080fc2a3c43a16e6 Fix a compile error from my merge diff -r 8e9b04071e79 -r abf34893ce88 libpurple/protocols/oscar/family_icbm.c --- a/libpurple/protocols/oscar/family_icbm.c Thu Aug 12 15:30:11 2010 +0000 +++ b/libpurple/protocols/oscar/family_icbm.c Thu Aug 12 15:37:57 2010 +0000 @@ -1887,7 +1887,7 @@ */ byte_stream_put16(&bs, event); - flap_connection_send_snac(od, conn, SNAC_FAMILY_ICBM, 0x0014, 0x0000, snacid, &bs); + flap_connection_send_snac(od, conn, SNAC_FAMILY_ICBM, 0x0014, snacid, &bs); byte_stream_destroy(&bs);