Changeset - f681cbeba6af
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-02-17 15:31:53
hanzz.k@gmail.com
Fixed skype buddy list parsing
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/skype/main.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)