]> git.ipfire.org Git - thirdparty/opentracker.git/commitdiff
fix a warning
authordenis <>
Tue, 10 Apr 2007 04:00:49 +0000 (04:00 +0000)
committerdenis <>
Tue, 10 Apr 2007 04:00:49 +0000 (04:00 +0000)
trackerlogic.c

index bdf120f0895534961782385ff910a15ad7d5c294..bc5c9ef280dd56457aaf1664d6e25cd5d8d6c75d 100644 (file)
@@ -446,7 +446,7 @@ static void add_pool_to_changeset( ot_hash *hash, ot_peer *peers, size_t peer_co
 int add_changeset_to_tracker( ot_byte *data, size_t len ) {
   ot_hash    *hash;
   ot_byte    *end = data + len;
-  size_t      peer_count;
+  unsigned long      peer_count;
 
   /* We do know, that the string is \n terminated, so it cant
      overflow */