split majority of helpers and rewrite a few heinous functions
This commit is contained in:
@@ -28,7 +28,7 @@ namespace
|
||||
{
|
||||
const char *Timestamp()
|
||||
{
|
||||
static char result[32];
|
||||
char result[32];
|
||||
time_t raw;
|
||||
tm *t;
|
||||
time(&raw);
|
||||
|
||||
Reference in New Issue
Block a user