|
|
@ -473,15 +473,15 @@ void iguana_bundlestats(struct iguana_info *coin,char *str) |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
if ( ++pending == coin->MAXBUNDLES ) |
|
|
|
{ |
|
|
|
lastpending = bp; |
|
|
|
printf("SET MAXBUNDLES.%d pend.%d\n",bp->hdrsi,pending); |
|
|
|
} |
|
|
|
if ( firstgap == 0 ) |
|
|
|
firstgap = bp; |
|
|
|
if ( bp->emitfinish == 0 ) |
|
|
|
{ |
|
|
|
if ( ++pending == coin->MAXBUNDLES ) |
|
|
|
{ |
|
|
|
lastpending = bp; |
|
|
|
printf("SET MAXBUNDLES.%d pend.%d\n",bp->hdrsi,pending); |
|
|
|
} |
|
|
|
spaceused += bp->estsize; |
|
|
|
sortbuf[m*2] = bp->metric; |
|
|
|
sortbuf[m*2 + 1] = i; |
|
|
|