Changeset 9fca0657
- Timestamp:
- 2010-03-15T10:26:25Z (15 years ago)
- Branches:
- master
- Children:
- 449a51d
- Parents:
- 315dd4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/libyahoo2.c
r315dd4c r9fca0657 1344 1344 case 301: /* End buddy */ 1345 1345 if (!strcmp(pair->value, "315") && u) { 1346 users = y_list_prepend(users, u); 1346 /* Sometimes user info comes in an odd format with no 1347 "begin buddy" but *with* an "end buddy". Don't add 1348 it twice. */ 1349 if (!y_list_find(users, u)) 1350 users = y_list_prepend(users, u); 1347 1351 u = yd->half_user = NULL; 1348 1352 }
Note: See TracChangeset
for help on using the changeset viewer.