소스 검색

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

JeffWang 3 년 전
부모
커밋
f93def6971
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();