]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted DoReadLong
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 13 Jan 2002 19:25:04 +0000 (19:25 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 13 Jan 2002 19:25:04 +0000 (19:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fileconf.cpp

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