From f6478fcf03d255923b7ce313a8f5df1b4db17bd0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 1 Apr 2016 01:12:48 -0600 Subject: [PATCH] test --- iguana/iguana_bundles.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 4b90b092e..c00b70686 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -910,8 +910,8 @@ int32_t iguana_bundlemissings(struct iguana_info *coin,struct iguana_bundle *bp, dist = bp->hdrsi - coin->current->hdrsi; if ( bp->numcached > bp->n - (coin->MAXBUNDLES - dist) ) priority++; - if ( bp == coin->current ) - priority++; + //if ( bp == coin->current ) + // priority++; } if ( bp->durationscount != 0 ) {