Changeset 81a15da


Ignore:
Timestamp:
2015-05-07T23:12:06Z (9 years ago)
Author:
dequis <dx@…>
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)
Message:

oscar/ssi.c: fix "same on both sides" in condition

Fixes trac ticket 1196

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/ssi.c

    r33528bd r81a15da  
    6666                                newitem->gid += 0x0001;
    6767                                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)) {
    6969                                                i = 1;
    7070                                        }
Note: See TracChangeset for help on using the changeset viewer.