Changeset 1be0d26
- Timestamp:
- 2010-03-13T00:12:07Z (15 years ago)
- Branches:
- master
- Children:
- 286b28e
- Parents:
- 7053379
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/libyahoo2.c
r7053379 r1be0d26 1494 1494 if (cur_group) 1495 1495 newbud->group = strdup(cur_group); 1496 else {1496 else if (yd->buddies) { 1497 1497 struct yahoo_buddy *lastbud = 1498 1498 (struct yahoo_buddy *)y_list_nth(yd-> … … 1500 1500 y_list_length(yd->buddies) - 1)->data; 1501 1501 newbud->group = strdup(lastbud->group); 1502 } 1502 } else 1503 newbud->group = strdup("Buddies"); 1503 1504 1504 1505 yd->buddies = y_list_append(yd->buddies, newbud);
Note: See TracChangeset
for help on using the changeset viewer.