- Timestamp:
- 2006-10-15T15:32:46Z (18 years ago)
- Branches:
- master
- Children:
- a3265629, e617b35
- Parents:
- 2529faf
- Location:
- protocols
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.c
r2529faf r3dc9d46 367 367 struct msn_data *md; 368 368 char buf[1024], *fn; 369 int i;370 369 371 370 /* Double-check. */ -
protocols/oscar/info.c
r2529faf r3dc9d46 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.