error: fix Timestamp
This commit is contained in:
@@ -28,7 +28,7 @@ namespace
|
|||||||
{
|
{
|
||||||
const char *Timestamp()
|
const char *Timestamp()
|
||||||
{
|
{
|
||||||
char result[32];
|
static char result[32];
|
||||||
time_t raw;
|
time_t raw;
|
||||||
tm *t;
|
tm *t;
|
||||||
time(&raw);
|
time(&raw);
|
||||||
|
|||||||
Reference in New Issue
Block a user