From cfdfc0d72db171e443afdefa1fcd5d3e25f7c28f Mon Sep 17 00:00:00 2001 From: vysheng Date: Fri, 25 Oct 2013 21:33:18 +0400 Subject: [PATCH] Fixed bug in user_info --- structures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures.c b/structures.c index 15e0276..4902307 100644 --- a/structures.c +++ b/structures.c @@ -200,7 +200,7 @@ void fetch_user_full (struct user *U) { if (x == CODE_contacts_foreign_link_mutual) { U->flags |= FLAG_USER_IN_CONTACT | FLAG_USER_OUT_CONTACT; } - if (x == CODE_contacts_my_link_requested) { + if (x == CODE_contacts_foreign_link_requested) { U->flags |= FLAG_USER_OUT_CONTACT; fetch_bool (); }