mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-06 04:40:02 +02:00
debugging
This commit is contained in:
parent
abfcfa7dea
commit
cb5fa6223a
@ -125,7 +125,7 @@ inline std::string NowTime()
|
|||||||
|
|
||||||
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 t;
|
||||||
time(&t);
|
time(&t);
|
||||||
tm r = {0};
|
tm r = {0};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user