summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trackerlogic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trackerlogic.c b/trackerlogic.c
index bdf120f..bc5c9ef 100644
--- a/trackerlogic.c
+++ b/trackerlogic.c
@@ -446,7 +446,7 @@ static void add_pool_to_changeset( ot_hash *hash, ot_peer *peers, size_t peer_co
446int add_changeset_to_tracker( ot_byte *data, size_t len ) { 446int add_changeset_to_tracker( ot_byte *data, size_t len ) {
447 ot_hash *hash; 447 ot_hash *hash;
448 ot_byte *end = data + len; 448 ot_byte *end = data + len;
449 size_t peer_count; 449 unsigned long peer_count;
450 450
451 /* We do know, that the string is \n terminated, so it cant 451 /* We do know, that the string is \n terminated, so it cant
452 overflow */ 452 overflow */