test
This commit is contained in:
@@ -91,6 +91,8 @@ int32_t dpow_readprices(uint8_t *data,uint32_t *timestampp,double *KMDBTCp,doubl
|
|||||||
{
|
{
|
||||||
if ( pvals[i] != 0 )
|
if ( pvals[i] != 0 )
|
||||||
nonz++;
|
nonz++;
|
||||||
|
else if ( nonz != 0 )
|
||||||
|
printf("pvals[%d] is zero\n",i);
|
||||||
len += iguana_rwnum(0,&data[len],sizeof(uint32_t),(void *)&pvals[i]);
|
len += iguana_rwnum(0,&data[len],sizeof(uint32_t),(void *)&pvals[i]);
|
||||||
//printf("%u ",pvals[i]);
|
//printf("%u ",pvals[i]);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user