Skip to content

Commit

Permalink
Fix outputting wrong value in steampurple
Browse files Browse the repository at this point in the history
  • Loading branch information
seishun committed Sep 1, 2013
1 parent 2911847 commit ce3ff80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steampurple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ static void steam_login(PurpleAccount* account) {
break;
default:
// TODO
purple_debug_info("steam", "EFriendRelationship not implemented: %i\n", relationship);
purple_debug_info("steam", "EFriendRelationship not implemented: %i\n", relationship.second);
}

g_free(user_string);
Expand Down

0 comments on commit ce3ff80

Please sign in to comment.