Ignore:
Timestamp:
2013-01-19T11:36:27Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b2dc873, e4f5ca8
Parents:
a9a6598 (diff), 69ae6f2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from vmiklos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/skype.c

    ra9a6598 rbe98957  
    980980                        sd->adder = NULL;
    981981                }
    982         } else if (!strncmp(info, "ACTIVEMEMBERS ", 14)) {
    983                 info += 14;
     982        } else if (!strncmp(info, "MEMBERS ", 8)) {
     983                info += 8;
    984984                gc = bee_chat_by_title(ic->bee, ic, id);
    985985                /* Hack! We set ->data to TRUE
Note: See TracChangeset for help on using the changeset viewer.