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