Changeset de82335
- Timestamp:
- 2008-06-22T12:26:19Z (16 years ago)
- Branches:
- master
- Children:
- fab3d2d
- Parents:
- c801d25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
rc801d25 rde82335 2051 2051 tmp = 0; 2052 2052 for (curitem=sess->ssi.items; curitem; curitem=curitem->next) { 2053 nrm = normalize(curitem->name); 2054 2053 2055 switch (curitem->type) { 2054 2056 case 0x0000: /* Buddy */ 2055 nrm = normalize(curitem->name);2056 2057 2057 if ((curitem->name) && (!imcb_find_buddy(ic, nrm))) { 2058 2058 char *realname = NULL;
Note: See TracChangeset
for help on using the changeset viewer.