From 32f7d3943ec72b67844d781b89c67cda1ac3ecd1 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 26 Oct 2016 16:33:23 -0300 Subject: [PATCH] test --- src/komodo_pax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_pax.h b/src/komodo_pax.h index 166c58c51..901498835 100644 --- a/src/komodo_pax.h +++ b/src/komodo_pax.h @@ -96,11 +96,11 @@ int32_t dpow_readprices(uint8_t *data,uint32_t *timestampp,double *KMDBTCp,doubl len += iguana_rwnum(0,&data[len],sizeof(uint32_t),(void *)&pvals[i]); //printf("%u ",pvals[i]); } - if ( nonz < n-3 ) + /*if ( nonz < n-3 ) { //printf("nonz.%d n.%d retval -1\n",nonz,n); return(-1); - } + }*/ pvals[i++] = kmdbtc; pvals[i++] = btcusd; pvals[i++] = cnyusd;