libpurple/protocols/msn/notification.c

branch
cpw.qulogic.msn
changeset 23831
cb154d0d058e
parent 23826
3eeaac42358f
child 23832
39585aada24b
equal deleted inserted replaced
23826:3eeaac42358f 23831:cb154d0d058e
1643 1643
1644 static void 1644 static void
1645 sbs_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd) 1645 sbs_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd)
1646 { 1646 {
1647 purple_debug_info("MSNP14","Processing SBS... \n"); 1647 purple_debug_info("MSNP14","Processing SBS... \n");
1648 if(cmd->payload_len == 0){
1649 return;
1650 }
1651 /*get the payload content*/ 1648 /*get the payload content*/
1652 } 1649 }
1653 1650
1654 /* 1651 /*
1655 * Get the UBX's PSM info 1652 * Get the UBX's PSM info

mercurial