修复Metus Jog运动错误
This commit is contained in:
@@ -84,7 +84,7 @@ void CLogger::SendAndFlushWithTime(LPCTSTR format, ...)
|
||||
va_start(list, format);
|
||||
length = vswprintf_s(m_Str2, 5000, format, list);
|
||||
CTime _cTime = CTime::GetCurrentTime();
|
||||
CString csTime = _cTime.Format("[%Y%m/%d %H:%M:%S");
|
||||
CString csTime = _cTime.Format("[%Y/%m/%d %H:%M:%S");
|
||||
struct _timeb timebuffer;
|
||||
_ftime64_s(&timebuffer);
|
||||
if (m_File)
|
||||
|
||||
Reference in New Issue
Block a user