Silence harmless MSVC warning (hidden local var)
This commit is contained in:
@@ -288,8 +288,8 @@ bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const
|
|||||||
m_strLocalFilename.t_str());
|
m_strLocalFilename.t_str());
|
||||||
if ( wxIsEmpty(szBuf) ) {
|
if ( wxIsEmpty(szBuf) ) {
|
||||||
// now look in win.ini
|
// now look in win.ini
|
||||||
wxString strKey = GetKeyName(path.Name());
|
wxString strWinKey = GetKeyName(path.Name());
|
||||||
GetProfileString(m_strGroup.t_str(), strKey.t_str(),
|
GetProfileString(m_strGroup.t_str(), strWinKey.t_str(),
|
||||||
wxT(""), szBuf, WXSIZEOF(szBuf));
|
wxT(""), szBuf, WXSIZEOF(szBuf));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user