Changeset bd5eee3 for protocols/yahoo
- Timestamp:
- 2010-05-09T09:48:56Z (15 years ago)
- Branches:
- master
- Children:
- e5abfd4
- Parents:
- 75610c3 (diff), 5a599a1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/yahoo.c
r75610c3 rbd5eee3 832 832 YList *m; 833 833 834 if( g_strcasecmp( who, ic->acc->user ) == 0 ) 835 /* WTF, Yahoo! seems to echo these now? */ 836 return; 837 834 838 inv = g_malloc( sizeof( struct byahoo_conf_invitation ) ); 835 839 memset( inv, 0, sizeof( struct byahoo_conf_invitation ) );
Note: See TracChangeset
for help on using the changeset viewer.