From 513dad453142a8c3a3510a1ce30fc8c223145941 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 13 Jan 2002 19:25:04 +0000 Subject: [PATCH] reverted DoReadLong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fileconf.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index ac24da740d..e976daf434 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -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) -- 2.45.2