comparison libpurple/protocols/oscar/family_icbm.c @ 29960:815bd8b41638

I before E, except after C
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 17 May 2010 01:01:13 +0000
parents 787d82881a3e
children 6d96bfe048bc
comparison
equal deleted inserted replaced
29959:3057fd96be81 29960:815bd8b41638
1315 1315
1316 /* Channel ID */ 1316 /* Channel ID */
1317 channel = byte_stream_get16(bs); 1317 channel = byte_stream_get16(bs);
1318 1318
1319 if (channel != 0x01) { 1319 if (channel != 0x01) {
1320 purple_debug_misc("oscar", "icbm: ICBM recieved on unsupported channel. Ignoring. (chan = %04x)\n", channel); 1320 purple_debug_misc("oscar", "icbm: ICBM received on unsupported channel. Ignoring. (chan = %04x)\n", channel);
1321 return 0; 1321 return 0;
1322 } 1322 }
1323 1323
1324 bnlen = byte_stream_get8(bs); 1324 bnlen = byte_stream_get8(bs);
1325 bn = byte_stream_getstr(bs, bnlen); 1325 bn = byte_stream_getstr(bs, bnlen);