debugging

This commit is contained in:
Dhanya Maliakal 2016-11-08 10:24:37 +01:00
parent abfcfa7dea
commit cb5fa6223a

View File

@ -125,7 +125,7 @@ inline std::string NowTime()
inline std::string NowTime()
{
char buffer[11];cout<<"111"<<endl;
char buffer[100];// char buffer[11];
time_t t;
time(&t);
tm r = {0};