Changeset fab3d2d
- Timestamp:
- 2008-06-22T13:02:15Z (16 years ago)
- Branches:
- master
- Children:
- 89d736a
- Parents:
- de82335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/oscar.c
rde82335 rfab3d2d 2051 2051 tmp = 0; 2052 2052 for (curitem=sess->ssi.items; curitem; curitem=curitem->next) { 2053 nrm = normalize(curitem->name);2053 nrm = curitem->name ? normalize(curitem->name) : NULL; 2054 2054 2055 2055 switch (curitem->type) {
Note: See TracChangeset
for help on using the changeset viewer.