This commit is contained in:
jl777
2019-03-02 01:18:01 -11:00
parent 9615ec7574
commit 62cea0f4e8
3 changed files with 3 additions and 3 deletions

View File

@@ -435,7 +435,7 @@ bool ParseFixedPoint(const std::string &val, int decimals, int64_t *amount_out)
if ( i == n ) // 90000000000
{
*amount_out = val64 * 100000000;
fprintf(stderr,"special case: %s -> %.8f\n",val.c_str(),(double)*amount_out/100000000);
//fprintf(stderr,"special case: %s -> %.8f\n",val.c_str(),(double)*amount_out/100000000);
return(true);
}
}