- Timestamp:
- 2006-10-15T15:34:57Z (18 years ago)
- Branches:
- master
- Children:
- 788a1af
- Parents:
- ee5c355 (diff), 3dc9d46 (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. - Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
ree5c355 re617b35 368 368 struct msn_data *md; 369 369 char buf[1024], *fn; 370 int i;371 370 372 371 /* Double-check. */ -
protocols/oscar/info.c
ree5c355 re617b35 261 261 if (!identified) { 262 262 /*FIXME*/ 263 /*REMOVEME :-) 263 264 g_strdup_printf("unknown capability: {%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x}\n", 264 265 cap[0], cap[1], cap[2], cap[3], … … 268 269 cap[10], cap[11], cap[12], cap[13], 269 270 cap[14], cap[15]); 270 271 */ 271 272 } 272 273
Note: See TracChangeset
for help on using the changeset viewer.