X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78500b7db1287068a04469e1ce92b4fe99e4e4f0..9b69526274b023fa1460b29a92bea8bf82e4703f:/src/common/fileconf.cpp 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)