summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxcore/group.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/toxcore/group.c b/toxcore/group.c
index 0b77e013..c9e45b5e 100644
--- a/toxcore/group.c
+++ b/toxcore/group.c
@@ -1240,7 +1240,6 @@ static int handle_send_peers(Group_Chats *g_c, int groupnumber, const uint8_t *d
1240 if (!g) 1240 if (!g)
1241 return -1; 1241 return -1;
1242 1242
1243 unsigned int i;
1244 const uint8_t *d = data; 1243 const uint8_t *d = data;
1245 1244
1246 while ((length - (d - data)) >= sizeof(uint16_t) + crypto_box_PUBLICKEYBYTES * 2 + 1) { 1245 while ((length - (d - data)) >= sizeof(uint16_t) + crypto_box_PUBLICKEYBYTES * 2 + 1) {