Changeset 81a15da for protocols/oscar
- Timestamp:
- 2015-05-07T23:12:06Z (10 years ago)
- Branches:
- master
- Children:
- 5535a47
- Parents:
- 33528bd
- git-author:
- dequis <dx@…> (07-05-15 22:01:45)
- git-committer:
- dequis <dx@…> (07-05-15 23:12:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/ssi.c
r33528bd r81a15da 66 66 newitem->gid += 0x0001; 67 67 for (cur = *list, i = 0; ((cur) && (!i)); cur = cur->next) { 68 if ((cur-> gid == newitem->gid) && (cur->gid == newitem->gid)) {68 if ((cur->bid == newitem->bid) && (cur->gid == newitem->gid)) { 69 69 i = 1; 70 70 }
Note: See TracChangeset
for help on using the changeset viewer.