This commit is contained in:
jl777
2019-03-27 01:40:41 -11:00
parent 1b86b9a1a3
commit 837200f4ee

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/1000);
}
// game specific code for daemon