X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78500b7db1287068a04469e1ce92b4fe99e4e4f0..59c962bf54667cab735353b2ec3b7a2438464f22:/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)