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:
Stefan Csomor
2002-01-13 15:57:24 +00:00
parent 712abf6342
commit 7002c07c86

View File

@@ -844,8 +844,8 @@ bool wxFileConfig::DoReadLong(const wxString& key, long *pl) const
{ {
return FALSE; return FALSE;
} }
*pl = str.ToLong(pl) ;
return str.ToLong(pl); return TRUE ;
} }
bool wxFileConfig::DoWriteString(const wxString& key, const wxString& szValue) bool wxFileConfig::DoWriteString(const wxString& key, const wxString& szValue)