This commit is contained in:
jl777
2019-03-27 01:45:39 -11:00
parent 1717fb6d87
commit c993184197
2 changed files with 2 additions and 2 deletions

View File

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