This commit is contained in:
jl777
2016-12-03 14:58:35 -03:00
parent ec3d17c61c
commit a5dd6dc166

View File

@@ -507,7 +507,7 @@ int32_t komodo_paxcmp(char *symbol,int32_t kmdheight,uint64_t value,uint64_t che
return(-1);
}
}
else
else if ( checkvalue != 0 )
{
ratio = ((value << 10) / checkvalue);
if ( ratio >= 1023 && ratio <= 1025 )