Fixed skype buddy list parsing
This commit is contained in:
parent
1b8fef4d70
commit
f681cbeba6
1 changed files with 0 additions and 1 deletions
|
@ -522,7 +522,6 @@ bool Skype::loadSkypeBuddies() {
|
|||
std::string mood_text = "";
|
||||
if (full_friends_list[i + 8] && *full_friends_list[i + 8] != '\0' && *full_friends_list[i + 8] != ',') {
|
||||
mood_text = full_friends_list[i + 8];
|
||||
i++;
|
||||
}
|
||||
|
||||
std::vector<std::string> groups;
|
||||
|
|
Loading…
Add table
Reference in a new issue