|
@@ -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();
|