This commit is contained in:
jl777
2019-03-27 01:39:54 -11:00
parent c428d5b8cb
commit 1b86b9a1a3

View File

@@ -17,7 +17,7 @@
void prices_update(uint32_t timestamp,uint32_t uprice)
{
fprintf(stderr,"%t%u %.4f ",timestamp,uprice);
fprintf(stderr,"%t%u %.4f\n",timestamp,(double)uprice/1000);
}
// game specific code for daemon