summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
diff options
context:
space:
mode:
authorCoren[m] <Break@Ocean>2013-09-16 10:37:22 +0200
committerCoren[m] <Break@Ocean>2013-09-16 10:37:22 +0200
commitab2805a23baad56d9efddada992d60fab3ed22af (patch)
treebb6e3ebe5c0f107d38920b8de363888c2ed652b4 /toxcore/Messenger.c
parent7a69f2de287747eb31e143fd502951dd7d4ab2de (diff)
Fix warnings of -Wall -Wextra
Diffstat (limited to 'toxcore/Messenger.c')
-rw-r--r--toxcore/Messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c
index eb18e3a3..c46e3938 100644
--- a/toxcore/Messenger.c
+++ b/toxcore/Messenger.c
@@ -1220,7 +1220,7 @@ void doInbound(Messenger *m)
1220} 1220}
1221 1221
1222#ifdef LOGGING 1222#ifdef LOGGING
1223#define DUMPING_CLIENTS_FRIENDS_EVERY_N_SECONDS 60 1223#define DUMPING_CLIENTS_FRIENDS_EVERY_N_SECONDS 60UL
1224static time_t lastdump = 0; 1224static time_t lastdump = 0;
1225static char IDString[CLIENT_ID_SIZE * 2 + 1]; 1225static char IDString[CLIENT_ID_SIZE * 2 + 1];
1226static char *ID2String(uint8_t *client_id) 1226static char *ID2String(uint8_t *client_id)