libpurple/pounce.c

branch
string-comparison-r2
changeset 38259
c593fc9f5438
parent 33794
716cbef8d1c6
child 38358
30ba44276e74
equal deleted inserted replaced
38258:9a6551eba09c 38259:c593fc9f5438
712 l_next = l->next; 712 l_next = l->next;
713 713
714 pouncer = purple_pounce_get_pouncer(pounce); 714 pouncer = purple_pounce_get_pouncer(pounce);
715 pouncee = purple_pounce_get_pouncee(pounce); 715 pouncee = purple_pounce_get_pouncee(pounce);
716 716
717 if ( (pouncer == bacct) && (strcmp(pouncee, bname) == 0) ) 717 if ( (pouncer == bacct) && (purple_strequal(pouncee, bname)) )
718 purple_pounce_destroy(pounce); 718 purple_pounce_destroy(pounce);
719 } 719 }
720 } 720 }
721 721
722 void 722 void

mercurial