- Timestamp:
- 2010-12-07T23:41:49Z (14 years ago)
- Branches:
- master
- Children:
- 76c89dc7
- Parents:
- 83f1bd1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r83f1bd1d rc775a58 1287 1287 struct prpl *ret; 1288 1288 1289 /* If we already have this one (as a native module), don't 1290 add a libpurple duplicate. */ 1291 if( find_protocol( prot->info->id ) ) 1292 continue; 1293 1289 1294 ret = g_memdup( &funcs, sizeof( funcs ) ); 1290 1295 ret->name = ret->data = prot->info->id;
Note: See TracChangeset
for help on using the changeset viewer.