- Timestamp:
- 2008-03-15T21:05:39Z (17 years ago)
- Branches:
- master
- Children:
- 4bb50ef
- Parents:
- a869d91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
ra869d91 r79eae4a 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 );317 yahoo_conference_invite( yd->y2_id, NULL, c->data, c->title, msg ? msg : "" ); 318 318 } 319 319
Note: See TracChangeset
for help on using the changeset viewer.