split majority of helpers and rewrite a few heinous functions

This commit is contained in:
Andrzej Rybczak
2012-08-29 11:46:17 +02:00
parent 4cb0e2232a
commit b1c301dc1c
31 changed files with 427 additions and 373 deletions

View File

@@ -28,7 +28,7 @@ namespace
{
const char *Timestamp()
{
static char result[32];
char result[32];
time_t raw;
tm *t;
time(&raw);