Changeset - d6c5afab2726
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-02-26 19:37:00
hanzz.k@gmail.com
fixed skype buddies parsing
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/skype/main.cpp
Show inline comments
 
@@ -505,7 +505,7 @@ bool Skype::loadSkypeBuddies() {
 
		//                  online status;friendly name;voicemail;mood
 
		// (comma-seperated lines, usernames can have comma's)
 

	
 
		for (int i=0; full_friends_list[i] && *full_friends_list[i] != '\0'; i+=8)
 
		for (int i=0; full_friends_list[i] && full_friends_list[i+1] && *full_friends_list[i] != '\0'; i+=8)
 
		{
 
			std::string buddy = full_friends_list[i];
 

	
0 comments (0 inline, 0 general)