Forráskód Böngészése

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

JeffWang 3 éve
szülő
commit
f93def6971
1 módosított fájl, 1 hozzáadás és 1 törlés
  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();