Commit 9eadb3e9 authored by vysheng's avatar vysheng

Fixed interface in suggested contacts query

parent 9361621c
...@@ -2411,7 +2411,7 @@ int get_suggested_on_answer (struct query *q UU) { ...@@ -2411,7 +2411,7 @@ int get_suggested_on_answer (struct query *q UU) {
peer_t *U = (void *)fetch_alloc_user (); peer_t *U = (void *)fetch_alloc_user ();
assert (get_peer_id (U->id) == l[2 * i]); assert (get_peer_id (U->id) == l[2 * i]);
print_user_name (U->id, U); print_user_name (U->id, U);
printf ("phone %s: %d mutual friends\n", U->user.phone, l[2 * i + 1]); printf (" phone %s: %d mutual friends\n", U->user.phone, l[2 * i + 1]);
} }
pop_color (); pop_color ();
print_end (); print_end ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment