修复Metus Jog运动错误

This commit is contained in:
zhengxuan.zhang
2022-10-21 18:58:58 +08:00
parent 9a5ca2a7d1
commit 320f16e6fb
6 changed files with 35 additions and 368 deletions
+1 -1
View File
@@ -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)