corrected retrieval of a long
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -844,8 +844,8 @@ bool wxFileConfig::DoReadLong(const wxString& key, long *pl) const
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return str.ToLong(pl);
|
||||
*pl = str.ToLong(pl) ;
|
||||
return TRUE ;
|
||||
}
|
||||
|
||||
bool wxFileConfig::DoWriteString(const wxString& key, const wxString& szValue)
|
||||
|
Reference in New Issue
Block a user