Changeset 8eec79d
- Timestamp:
- 2010-12-13T00:33:56Z (14 years ago)
- Branches:
- master
- Children:
- 9c84617
- Parents:
- 76c89dc7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/soap.c
r76c89dc7 r8eec79d 562 562 struct msn_soap_oim_send_data *data; 563 563 564 /* Don't send any of the special messages since they creep people out. :-) */ 565 if( strncmp( msg, "\r\r", 2 ) == 0 ) 566 return 0; 567 564 568 data = g_new0( struct msn_soap_oim_send_data, 1 ); 565 569 data->to = g_strdup( to );
Note: See TracChangeset
for help on using the changeset viewer.