mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Clean ups from merging from master.
This commit is contained in:
parent
62c33086ca
commit
3109cd03ae
31 changed files with 844 additions and 837 deletions
|
|
@ -189,7 +189,7 @@ std::string CUtils::createTimestamp()
|
|||
::sprintf(buffer, "%04u-%02u-%02u %02u:%02u:%02u.%03u", st.wYear, st.wMonth, st.wDay, st.wHour, st.wMinute, st.wSecond, st.wMilliseconds);
|
||||
#else
|
||||
struct timeval now;
|
||||
::gettimeofday(&now, NULL);
|
||||
::gettimeofday(&now, nullptr);
|
||||
|
||||
struct tm* tm = ::gmtime(&now.tv_sec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue