SQC-15_online #1

Merged
memartel merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit 2f2b49054f - Show all commits

View File

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