Changeset 79eae4a


Ignore:
Timestamp:
2008-03-15T21:05:39Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4bb50ef
Parents:
a869d91
Message:

Inviting someone to a Yahoo! chatroom with msg=NULL is bad. I wonder if
/invite ever worked in the Yahoo! module...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    ra869d91 r79eae4a  
    315315        struct byahoo_data *yd = (struct byahoo_data *) c->ic->proto_data;
    316316       
    317         yahoo_conference_invite( yd->y2_id, NULL, c->data, c->title, msg );
     317        yahoo_conference_invite( yd->y2_id, NULL, c->data, c->title, msg ? msg : "" );
    318318}
    319319
Note: See TracChangeset for help on using the changeset viewer.