Fixed skype buddy list parsing

This commit is contained in:
HanzZ 2012-02-17 15:31:53 +01:00
parent 1b8fef4d70
commit f681cbeba6

View file

@ -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;