diff --git a/src/error.cpp b/src/error.cpp index 06671106..2da3e771 100644 --- a/src/error.cpp +++ b/src/error.cpp @@ -28,7 +28,7 @@ namespace { const char *Timestamp() { - char result[32]; + static char result[32]; time_t raw; tm *t; time(&raw);