error: fix Timestamp

This commit is contained in:
Andrzej Rybczak
2012-08-29 15:52:10 +02:00
parent 09e2c9a714
commit c14b0d3b3b

View File

@@ -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);