-%
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
void prices_update(uint32_t timestamp,uint32_t uprice)
|
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
|
// game specific code for daemon
|
||||||
|
|||||||
Reference in New Issue
Block a user