Explorar o código

修复获取Log文件目录失败的Bug。

JeffWang %!s(int64=3) %!d(string=hai) anos
pai
achega
f93def6971
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      FATP_FQC/FATP_FQC/FATP_FQCDlg.cpp

+ 1 - 1
FATP_FQC/FATP_FQC/FATP_FQCDlg.cpp

@@ -254,7 +254,7 @@ void CFATP_FQCDlg::OnBnClickedGetLog()
 			if ( GLOBAL::FindString(listDSN, strFindStr, strTemp) )
 			{
 				CString strLogDir;
-				strLogDir.Format(_T("%s%s"),GLOBAL::g_szModulePath, strDSN);
+				strLogDir.Format(_T("%s%s"),GLOBAL::g_szModulePath, m_strDSN);
 				if ( CheckLog(strLogDir) )
 				{
 					OnBnClickedShopInit();