Changes in protocols/yahoo/yahoo.c [79eae4a:ac4adf9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
r79eae4a rac4adf9 315 315 struct byahoo_data *yd = (struct byahoo_data *) c->ic->proto_data; 316 316 317 yahoo_conference_invite( yd->y2_id, NULL, c->data, c->title, msg ? msg : "");317 yahoo_conference_invite( yd->y2_id, NULL, c->data, c->title, msg ); 318 318 } 319 319
Note: See TracChangeset
for help on using the changeset viewer.