summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorPaul Holden <paulholden2@gmail.com>2013-12-04 11:48:27 -0800
committerPaul Holden <paulholden2@gmail.com>2013-12-04 11:48:27 -0800
commitbfce8a9d2147453694429c802868a4f9008478c7 (patch)
treebf7a1388b4367400ebf629f8d552f306d6635395 /toxcore
parentc00970eaf769bdc03217e95411719c8f289c285a (diff)
Messenger: Fix compile issue with check_friend_request_timed_out
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index 2c7274ca..77cee74e 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -1583,7 +1583,7 @@ void do_friends(Messenger *m)
1583 /* If we didn't connect to friend after successfully sending him a friend request the request is deemed 1583 /* If we didn't connect to friend after successfully sending him a friend request the request is deemed
1584 * unsuccessful so we set the status back to FRIEND_ADDED and try again. 1584 * unsuccessful so we set the status back to FRIEND_ADDED and try again.
1585 */ 1585 */
1586 check_friend_request_timed_out(m, i); 1586 check_friend_request_timed_out(m, i, temp_time);
1587 } 1587 }
1588 1588
1589 IP_Port friendip; 1589 IP_Port friendip;