erratum IV

This commit is contained in:
Marc-Éric Martel 2023-10-26 11:17:13 -04:00
parent 397cf7f00d
commit 2f2b49054f

View File

@ -192,8 +192,8 @@ void Server::Run() {
inline std::string Server::LogTimestamp() {
time_t rawtime;
struct tm timeinfo;
char buffer[80];
tm timeinfo;
char buffer[50];
time(&rawtime);